Browse Source

Merge pull request #7752 from Ymanawat/Scrollbar-dark-theme

Made scrollbar follow user's color theme
Max Hilbrunner 1 year ago
parent
commit
a9c8519217
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;