better contrast
This commit is contained in:
parent
eb53f0bd85
commit
6489c8b943
1 changed files with 2 additions and 1 deletions
3
ui.css
3
ui.css
|
@ -8,6 +8,7 @@
|
|||
@media (prefers-color-scheme: dark) {
|
||||
:root {
|
||||
--bg-color: #212121;
|
||||
--text-color: #FF69B4;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -37,7 +38,7 @@ h1 {
|
|||
}
|
||||
|
||||
a {
|
||||
color:#C71585;
|
||||
color: var(--text-color);
|
||||
}
|
||||
a:hover {
|
||||
color: var(--bg-color);
|
||||
|
|
Loading…
Reference in a new issue