Skip to content

Commit

Permalink
fix white urlbar
Browse files Browse the repository at this point in the history
  • Loading branch information
infokiller committed May 14, 2022
1 parent 8b1a7b1 commit f4d986d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chrome/global/variables.css
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@
{
--tab-separator-opacity: .35 !important;

--toolbar-field-background-color: hsl(200, 12%, 95%) !important;
--toolbar-field-hover-background-color: hsl(216, 12%, 92%) !important;
--toolbar-field-focus-background-color: hsl(0, 0%, 100%) !important;
--toolbar-field-background-color: rgb(43, 42, 51) !important;
--toolbar-field-hover-background-color: rgb(43, 42, 51) !important;
--toolbar-field-focus-background-color: rgb(43, 42, 51) !important;
}

:root:-moz-any(:-moz-lwtheme-brighttext, [privatebrowsingmode=temporary])
Expand Down

0 comments on commit f4d986d

Please sign in to comment.