mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-22 07:46:15 -04:00
refactor(colored-card): added transition on like hover
This commit is contained in:
parent
164e32b442
commit
da17696293
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ const { icon, title } = toRefs(props);
|
||||||
color: inherit;
|
color: inherit;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
transition: color ease 0.2s;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: rgb(20, 20, 20);
|
color: rgb(20, 20, 20);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue