better contrast

This commit is contained in:
Ada 2023-05-14 03:14:40 +02:00 committed by GitHub
parent eb53f0bd85
commit 6489c8b943

3
ui.css
View file

@ -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);