fix dark mode link colors
This commit is contained in:
parent
bbbb9fac8d
commit
325a586583
1 changed files with 6 additions and 0 deletions
|
@ -35,6 +35,12 @@ body {
|
|||
animation: AnimationName 5s ease infinite;
|
||||
color: white;
|
||||
}
|
||||
a:visited {
|
||||
color: #7174ab
|
||||
}
|
||||
a {
|
||||
color: #9296dc
|
||||
}
|
||||
}
|
||||
|
||||
@-webkit-keyframes AnimationName {
|
||||
|
|
Loading…
Add table
Reference in a new issue