fix(ui): added dark mode #25

Merged
lq64 merged 2 commits from feat/16-dark-mode into main 2025-10-29 10:37:17 +01:00
3 changed files with 4 additions and 2 deletions
Showing only changes of commit 653cc81c16 - Show all commits

View File

@@ -98,7 +98,7 @@ html, body {
height: 100%; height: 100%;
} }
#rules { #rules {
color: white; color: @color;
font-size: 1.5em; font-size: 1.5em;
font-family: Arial, serif; font-family: Arial, serif;
} }