From ea5094c0e1f41e08ca3becf66f459dec51b01ae6 Mon Sep 17 00:00:00 2001 From: Christian Stewart Date: Sun, 26 Jun 2022 15:53:48 -0700 Subject: [PATCH] fix: url bar white due to incorrect selector The URL bar and text are all white due to a CSS selector no longer working as expected. Fixes #317 Signed-off-by: Christian Stewart --- chrome/global/variables.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/global/variables.css b/chrome/global/variables.css index c380d2d4..049e0b3d 100755 --- a/chrome/global/variables.css +++ b/chrome/global/variables.css @@ -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;