Add animation to link hover

This commit is contained in:
Jake Howard 2022-07-05 09:07:30 +01:00
parent ef9128313d
commit 0a8d6556a4
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -25,3 +25,7 @@ body {
main {
margin-bottom: 2rem;
}
a {
transition: color 0.25s, background-color 0.25s;
}