Add animation to link hover
This commit is contained in:
parent
ef9128313d
commit
0a8d6556a4
1 changed files with 4 additions and 0 deletions
|
@ -25,3 +25,7 @@ body {
|
||||||
main {
|
main {
|
||||||
margin-bottom: 2rem;
|
margin-bottom: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
transition: color 0.25s, background-color 0.25s;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue