about summary refs log tree commit diff
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/index.html b/web/index.html
index 18b985bff..5a56e5f76 100644
--- a/web/index.html
+++ b/web/index.html
@@ -53,6 +53,7 @@
         --text: white;
         --background: black;
         --backgroundLight: #26272D;
+        color-scheme: dark;
       }
       @media (prefers-color-scheme: light) {
         html.colorMode--system {
@@ -66,6 +67,7 @@
           --text: white;
           --background: black;
           --backgroundLight: #26272D;
+          color-scheme: dark;
         }
       }