@@ -1625,6 +1625,7 @@ a.tooltip:hover::after {
16251625 , 5.1715698 , 7.5 , 6 S6.8284302, 7.5 , 6 , 7.5 z" fill="black"/></svg>');
16261626 width : 22px ;
16271627 height : 22px ;
1628+ filter : var (--settings-menu-filter );
16281629}
16291630
16301631# sidebar-button > a : before {
@@ -2419,6 +2420,7 @@ by default.
24192420 --search-tab-button-not-selected-background : # e6e6e6 ;
24202421 --search-tab-button-selected-border-top-color : # 0089ff ;
24212422 --search-tab-button-selected-background : # fff ;
2423+ --settings-menu-filter : none;
24222424 --stab-background-color : # fff5d6 ;
24232425 --stab-code-color : # 000 ;
24242426 --code-highlight-kw-color : # 8959a8 ;
@@ -2524,6 +2526,7 @@ by default.
25242526 --search-tab-button-not-selected-background : # 252525 ;
25252527 --search-tab-button-selected-border-top-color : # 0089ff ;
25262528 --search-tab-button-selected-background : # 353535 ;
2529+ --settings-menu-filter : none;
25272530 --stab-background-color : # 314559 ;
25282531 --stab-code-color : # e6e1cf ;
25292532 --code-highlight-kw-color : # ab8ac1 ;
@@ -2636,6 +2639,7 @@ Original by Dempfi (https://github.com/dempfi/ayu)
26362639 --search-tab-button-not-selected-background : transparent !important ;
26372640 --search-tab-button-selected-border-top-color : none;
26382641 --search-tab-button-selected-background : # 141920 !important ;
2642+ --settings-menu-filter : invert (100% );
26392643 --stab-background-color : # 314559 ;
26402644 --stab-code-color : # e6e1cf ;
26412645 --code-highlight-kw-color : # ff7733 ;
0 commit comments