We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41f3b0c commit be7a9ceCopy full SHA for be7a9ce
chrome/components/ogx_library.css
@@ -4,6 +4,13 @@
4
/* _________________________________________ library _________________________________________ */
5
6
@-moz-document url(chrome://browser/content/places/places.xhtml) , url(chrome://browser/content/webext-panels.xhtml){
7
+
8
+ @media not (prefers-contrast) {
9
+ :root:not([lwtheme]) {
10
+ --toolbarbutton-icon-fill-attention: unset !important; /* Remove color used for accent color */
11
+ }
12
13
14
@media (prefers-color-scheme: dark){
15
:root{
16
--arrowpanel-background: #1c1726 !important;
0 commit comments