Skip to content

Commit

Permalink
also disable dark new tab on windows
Browse files Browse the repository at this point in the history
fixes #846
  • Loading branch information
PalmerAL committed Nov 5, 2019
1 parent 68eafc1 commit ac2469d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/webviews.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit ac2469d

Please sign in to comment.