frontend: more dark mode fixes

This commit is contained in:
Johannes Zellner
2024-06-13 12:19:03 +02:00
parent 7affc6e987
commit c3f9d688f1
5 changed files with 12 additions and 21 deletions

View File

@@ -6,6 +6,7 @@ html, body {
padding: 0;
margin: 0;
background-color: #e5e5e5;
color: var(--pankow-text-color);
}
h1 {
@@ -33,6 +34,5 @@ a:hover, a:focus {
@media (prefers-color-scheme: dark) {
body {
background-color: black;
color: var(--pankow-color-light-dark);
}
}