refactor(colored-card): added transition on like hover

This commit is contained in:
Corentin Thomasset
2022-08-18 11:09:25 +02:00
parent 164e32b442
commit da17696293

View File

@@ -48,6 +48,7 @@ const { icon, title } = toRefs(props);
color: inherit;
text-decoration: underline;
font-weight: bold;
transition: color ease 0.2s;
&:hover {
color: rgb(20, 20, 20);