소스 검색

Added 'color-scheme: light dark`

Yogendra Manawat 2 년 전
부모
커밋
18b4d7935b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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;