Skip to content

Commit

Permalink
Fix dev console colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Septdir committed Dec 16, 2018
1 parent 0019b3c commit e971ebd
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions chrome/userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
--theme-highlight-red: #CF6664 !important;
--theme-highlight-yellow: #F3C672 !important;
--theme-highlight-orange: #E1935D !important;
--theme-highlight-bluegrey: #8FBEB5 !important;
--theme-highlight-lightorange: #d99b28;
--theme-highlight-pink: #df80ff;
--theme-highlight-gray: #808080 !important;
}

.devtools-tab,
Expand Down Expand Up @@ -117,6 +121,16 @@
color: var(--theme-highlight-bluegrey) !important;
}

.ruleview-namecontainer > .ruleview-propertyname {
color: var(--theme-highlight-yellow) !important;
}

.ruleview-propertyvaluecontainer > .ruleview-propertyvalue {
color: var(--theme-highlight-bluegrey) !important;
}
.ruleview-propertyvaluecontainer a {
color: var(--theme-highlight-blue) !important;
}

/* Tabs bar
========================================================================== */
Expand Down

0 comments on commit e971ebd

Please sign in to comment.