From 2f2231ad8e57d6c663ea6dd0368ac18bf8554890 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Sun, 26 Feb 2023 12:52:16 +0100 Subject: [PATCH] variant: make browser theme a css variable #494 missing files --- static/css/theme-green.css | 4 ---- static/css/theme-red.css | 4 ---- static/css/theme-relearn-dark.css | 4 ---- 3 files changed, 12 deletions(-) diff --git a/static/css/theme-green.css b/static/css/theme-green.css index 4cb190410c..abc2435f1d 100644 --- a/static/css/theme-green.css +++ b/static/css/theme-green.css @@ -47,7 +47,3 @@ --BOX-BG-color: rgba( 255, 255, 255, .833 ); /* color of the content background */ --BOX-TEXT-color: rgba( 16, 16, 16, 1 ); /* fixed color of the content text */ } - -:root { - color-scheme: only light; /* set browser scrollbar color */ -} diff --git a/static/css/theme-red.css b/static/css/theme-red.css index 37ab98b109..84148ef7d8 100644 --- a/static/css/theme-red.css +++ b/static/css/theme-red.css @@ -47,7 +47,3 @@ --BOX-BG-color: rgba( 255, 255, 255, .833 ); /* color of the content background */ --BOX-TEXT-color: rgba( 16, 16, 16, 1 ); /* fixed color of the content text */ } - -:root { - color-scheme: only light; /* set browser scrollbar color */ -} diff --git a/static/css/theme-relearn-dark.css b/static/css/theme-relearn-dark.css index e2aa4a85b7..c098e263f5 100644 --- a/static/css/theme-relearn-dark.css +++ b/static/css/theme-relearn-dark.css @@ -47,7 +47,3 @@ --BOX-BG-color: rgba( 20, 20, 20, 1 ); /* background color of colored boxes */ --BOX-TEXT-color: #e0e0e0; /* text color of colored box content */ } - -:root { - color-scheme: only dark; /* set browser scrollbar color */ -}