add colour transition to links on hover
This commit is contained in:
parent
791444fd7f
commit
aee9752751
1 changed files with 4 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue