From ac2469d6b19602f73a61307fb21bea649eb95c9d Mon Sep 17 00:00:00 2001 From: PalmerAL Date: Tue, 5 Nov 2019 17:33:10 -0600 Subject: [PATCH] also disable dark new tab on windows fixes #846 --- css/webviews.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/webviews.css b/css/webviews.css index 3b3b93f0a..6250599b3 100644 --- a/css/webviews.css +++ b/css/webviews.css @@ -6,8 +6,8 @@ body.windows:not(.maximized) #webviews { height: calc(100vh - 46px); } -/* disabled on linux due to https://github.com/minbrowser/min/issues/807 */ -body:not(.linux).dark-mode #webviews { +/* disabled on linux and windows due to https://github.com/minbrowser/min/issues/807 */ +body.mac.dark-mode #webviews { background-color: rgb(33, 37, 43); }