Skip to content
This repository was archived by the owner on Aug 31, 2023. It is now read-only.

Commit a3e6cd3

Browse files
committed
Update comment
1 parent 6e398cb commit a3e6cd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css/options.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
* Global styles */
33

44
/*
5-
* Firefox for Mac: prevents the options page to use a light theme although the OS and the browser uses a dark theme.
6-
* This doesn't affects Firefox for Windows (as for now).
5+
* Firefox for Mac: use a dark theme if the OS/browser also uses one.
6+
* This doesn't affects Firefox for Windows (as for now), as dark/light theme detection isn't implemented for this OS.
77
*/
88
@supports (-moz-appearance:none) {
99
@media (prefers-color-scheme: dark) {

0 commit comments

Comments
 (0)