this repo has no description

fix: urlbar bg color

(without firefox color)
closes #28

+1 -1
+1 -1
chrome/browser/urlbar.css
··· 34 34 } 35 35 36 36 #urlbar[breakout-extend] #urlbar-background { 37 - --urlbar-bg: var(--toolbar-field-background-color); 37 + --urlbar-bg: var(--toolbar-field-focus-background-color); 38 38 @media (-moz-platform: linux) { 39 39 --urlbar-bg: Field; 40 40 }