Browse Source

Added 'color-scheme: light dark`

Yogendra Manawat 2 years ago
parent
commit
0b79eea969
1 changed files with 1 additions and 0 deletions
  1. 1 0
      _static/css/custom.css

+ 1 - 0
_static/css/custom.css

@@ -26,6 +26,7 @@
 
  /* Default (light) theme colors */
  :root {
+    color-scheme: light dark;
     --body-color: #404040;
     --content-wrap-background-color: #efefef;
     --content-background-color: #fcfcfc;