From 96571fbfb64c74c03d8bfff996471de939754045 Mon Sep 17 00:00:00 2001 From: lifegpc Date: Mon, 26 Jun 2023 15:40:25 +0800 Subject: [PATCH] Fix steam render wrong light theme --- static/common.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/common.css b/static/common.css index 2ad4a5c..9de3e8a 100644 --- a/static/common.css +++ b/static/common.css @@ -7,6 +7,7 @@ body { --mdc-theme-primary: #007bff; --mdc-theme-secondary: #007bff; --dark-backgroud: #343a40; + color-scheme: light; } .nav-menu {