Skip to content

Commit

Permalink
disable dark new tab page on linux due to #807
Browse files Browse the repository at this point in the history
  • Loading branch information
PalmerAL committed Aug 23, 2019
1 parent 615a72c commit c866c46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css/webviews.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ body.windows:not(.maximized) #webviews {
height: calc(100vh - 46px);
}

.dark-mode #webviews {
/* disabled on linux due to https://github.com/minbrowser/min/issues/807 */
body:not(.linux) .dark-mode #webviews {
background-color: rgb(33, 37, 43);
}

Expand Down

0 comments on commit c866c46

Please sign in to comment.