Skip to content

Commit

Permalink
Dark input fields in dark mode
Browse files Browse the repository at this point in the history
Closes #67
  • Loading branch information
mastef committed Apr 26, 2020
1 parent 47f540e commit 4186c65
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions css/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,12 @@ body.dark .window.top input {
body.dark .window.searchbox{
background-color:#19272c;
}
body.dark .window.searchbox input,
body.dark .window-colors input,
body.dark .optionsBox input {
background-color:#19272c;
color: white;
}
body.dark .optionsBox {
background: #203238;
}
Expand Down

0 comments on commit 4186c65

Please sign in to comment.