Set dark theme in CSS

This commit is contained in:
Andrio Celos 2023-02-23 11:10:19 +11:00
parent d2712f8e2c
commit b91e7ca86a

View File

@ -11,6 +11,7 @@
body, dialog {
color: white;
background: black;
color-scheme: dark;
}
body {
margin: 0;