Add fade for links.

This commit is contained in:
Kaj Forney 2023-02-14 19:17:43 -07:00
parent 98bef77680
commit edd0237f86
Signed by: kforney
GPG key ID: 3AB4E2E04CEF656F

View file

@ -110,6 +110,9 @@ body {
background-image: url("/img/branding/backgroundSmall.png");
}
a {
transition: all 0.4s ease 0s;
}
h1 {
font-family: VT323;
@ -255,6 +258,7 @@ iframe[src*=itch]
.fa-brands {
color: #FFBC42;
transition: all 0.4s ease 0s;
}
.fa-brands:hover {