Skip to content

Commit be7a9ce

Browse files
authored
Fixes accent color
1 parent 41f3b0c commit be7a9ce

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

chrome/components/ogx_library.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
/* _________________________________________ library _________________________________________ */
55

66
@-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+
714
@media (prefers-color-scheme: dark){
815
:root{
916
--arrowpanel-background: #1c1726 !important;

0 commit comments

Comments
 (0)