added link color to dark mode
This commit is contained in:
parent
b35590f1bd
commit
c9924e7bdf
@ -99,6 +99,10 @@ body.dark-theme a:visited {
|
||||
color: blueviolet;
|
||||
}
|
||||
|
||||
body.dark-theme a {
|
||||
color: darkturquoise;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
body {
|
||||
--table-border-color: #222;
|
||||
|
Loading…
Reference in New Issue
Block a user