mirror of
https://github.com/kforney/kforney.github.io.git
synced 2025-02-21 20:28:41 -07:00
Add fade for links.
This commit is contained in:
parent
98bef77680
commit
edd0237f86
1 changed files with 4 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue