Skip to content
This repository has been archived by the owner on Jan 5, 2021. It is now read-only.

Commit

Permalink
Improve dark theme in navigator toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauricio Bonani committed Mar 13, 2019
1 parent f526b91 commit 603cc06
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion midnight.css
Original file line number Diff line number Diff line change
Expand Up @@ -836,12 +836,17 @@ textarea {
color: #EDEDED !important;
}

.workspace-footer-button-toggle {
.workspace-footer-button-toggle,
.workspace-footer-button-toggle.single {
background-color: #434954;
border-color: #2E333A;
color: #EDEDED !important;
}

.workspace-footer-button-toggle:not(.disabled):not(:disabled):focus {
color: #EDEDED !important;
}

#chart {
background-color: #434954;
}
Expand Down

0 comments on commit 603cc06

Please sign in to comment.