Skip to content

Commit ac2469d

Browse files
committed
also disable dark new tab on windows
fixes #846
1 parent 68eafc1 commit ac2469d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css/webviews.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ body.windows:not(.maximized) #webviews {
66
height: calc(100vh - 46px);
77
}
88

9-
/* disabled on linux due to https://github.com/minbrowser/min/issues/807 */
10-
body:not(.linux).dark-mode #webviews {
9+
/* disabled on linux and windows due to https://github.com/minbrowser/min/issues/807 */
10+
body.mac.dark-mode #webviews {
1111
background-color: rgb(33, 37, 43);
1212
}
1313

0 commit comments

Comments
 (0)