1
0
Fork 0

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
1 changed files with 4 additions and 0 deletions

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,