fix dark mode link colors

This commit is contained in:
nyx 2025-01-26 01:00:09 -06:00
parent bbbb9fac8d
commit 325a586583

View file

@ -35,6 +35,12 @@ body {
animation: AnimationName 5s ease infinite;
color: white;
}
a:visited {
color: #7174ab
}
a {
color: #9296dc
}
}
@-webkit-keyframes AnimationName {