diff options
Diffstat (limited to 'pages')
-rw-r--r-- | pages/styles.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pages/styles.css b/pages/styles.css index 037552c8..bd0455ac 100644 --- a/pages/styles.css +++ b/pages/styles.css @@ -280,3 +280,10 @@ body, body.popup, header, h1, input, a#more-options.button, div#general.tabconte color: #bfbfbf; } } + +@media (prefers-color-scheme: light) { +body, body.popup, header, h1, input, a#more-options.button, div#general.tabcontent, div#advanced.tabcontent, select, div#whitelist.tabcontent, button#general-tab.tablinks.active, button#advanced-tab.tablinks.active, button#whitelist-tab.tablinks.active { + background-color: #ffffff; + color: #000000; +} +} |