Skip to content

Commit 0130fdf

Browse files
committed
Fix element picker issue with explicit dark theme
Related issue: uBlockOrigin/uBlock-issues#3624
1 parent cdd46c5 commit 0130fdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/themes/default.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@
382382
}
383383

384384
:root.dark {
385-
color-scheme: dark;
385+
color-scheme: dark light;
386386
}
387387

388388
/*

0 commit comments

Comments
 (0)