diff --git a/chrome/global/variables.css b/chrome/global/variables.css index c380d2d4..feec51e5 100755 --- a/chrome/global/variables.css +++ b/chrome/global/variables.css @@ -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])