Skip to content

Commit 3940492

Browse files
committed
quicc fix
1 parent f59a9be commit 3940492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser/themes/shared/light-dark-overrides.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
/* Black toolbar text for 7 to make stuffs visible */
3535
@media (-moz-platform: windows-win7),
3636
(-moz-platform: windows-win8) {
37-
@media (-moz-windows-default-theme) {
37+
@media (-moz-windows-default-theme), (-moz-windows-compositor) {
3838
#TabsToolbar {
3939
color: black;
4040
--toolbarbutton-icon-fill: currentColor;

0 commit comments

Comments
 (0)