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 {