From 0b79eea969b7aab82827b9ca8d2ea57cac219c04 Mon Sep 17 00:00:00 2001 From: Yogendra Manawat Date: Sun, 30 Jul 2023 11:21:02 +0530 Subject: [PATCH] Added 'color-scheme: light dark` --- _static/css/custom.css | 1 + 1 file changed, 1 insertion(+) diff --git a/_static/css/custom.css b/_static/css/custom.css index 815d26eeb..e574a8791 100644 --- a/_static/css/custom.css +++ b/_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;