From f5c45066e0fc0f76d2c561c101f5dc8f8f4d1d50 Mon Sep 17 00:00:00 2001 From: lifegpc Date: Mon, 26 Jun 2023 15:46:36 +0800 Subject: [PATCH] . --- static/common.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/static/common.css b/static/common.css index 9de3e8a..bb8b347 100644 --- a/static/common.css +++ b/static/common.css @@ -7,7 +7,11 @@ body { --mdc-theme-primary: #007bff; --mdc-theme-secondary: #007bff; --dark-backgroud: #343a40; - color-scheme: light; + color-scheme: only light; +} + +body { + background-color: white; } .nav-menu {