add colour transition to links on hover

This commit is contained in:
Rhiannon Morris 2020-07-11 18:17:18 +02:00
parent 791444fd7f
commit aee9752751

View file

@ -131,6 +131,10 @@ a {
color: hsl(196deg, 100%, 85%);
font-weight: bolder;
text-decoration: none;
transition: color 0.2s ease-in-out;
}
a:hover {
color: hsl(50deg, 100%, 82%);
}
.cake::before, .cake::after,