From cd7a2a3c734a1edb46d8f8ca7f6344de69f7fea4 Mon Sep 17 00:00:00 2001 From: Paul Mineev Date: Wed, 13 Apr 2022 20:03:34 -0700 Subject: [PATCH] fix light bg on dark theme --- frontend/app/styles/custom-properties.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/app/styles/custom-properties.css b/frontend/app/styles/custom-properties.css index aae5d2b3..5836cdea 100644 --- a/frontend/app/styles/custom-properties.css +++ b/frontend/app/styles/custom-properties.css @@ -86,6 +86,4 @@ --error-color: #ffa0a0; --line-brighter-color: var(--color11); --text-color: var(--white-color); - - color-scheme: dark; }