Skip to content

Commit

Permalink
Restore white background for elements
Browse files Browse the repository at this point in the history
  • Loading branch information
Septdir committed May 3, 2018
1 parent 120dc7a commit f12fe89
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions chrome/userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@
/* Dev console
========================================================================== */
/* Colors */

:root {
--arrowpanel-color: #0c0c0d !important;
--arrowpanel-background: #fff !important;
--arrowpanel-border-color: ThreeDShadow !important;
--autocomplete-popup-color: #0c0c0d !important;
--autocomplete-popup-background: #fff !important;
--autocomplete-popup-border-color: ThreeDShadow !important;
}


:root.theme-dark {
--theme-body-background: #1F1F1F !important;
--theme-sidebar-background: #1F1F1F !important;
Expand Down

0 comments on commit f12fe89

Please sign in to comment.