Skip to content

Commit

Permalink
fix: url bar white due to incorrect selector
Browse files Browse the repository at this point in the history
The URL bar and text are all white due to a CSS selector no longer
working as expected.

Fixes muckSponge#317

Signed-off-by: Christian Stewart <[email protected]>
  • Loading branch information
paralin committed Jun 26, 2022
1 parent 8b1a7b1 commit ea5094c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/global/variables.css
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
--toolbar-field-focus-background-color: hsl(0, 0%, 100%) !important;
}

:root:-moz-any(:-moz-lwtheme-brighttext, [privatebrowsingmode=temporary])
:root:-moz-any([lwtheme-brighttext], [privatebrowsingmode=temporary])
{
--toolbar-field-background-color: #202124 !important;
--toolbar-field-hover-background-color: #292a2d !important;
Expand Down

0 comments on commit ea5094c

Please sign in to comment.