fix(ui): added dark mode

This commit is contained in:
2025-10-29 08:20:13 +01:00
parent b7d5f6e4a6
commit 653cc81c16

View File

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