No edit summary |
(Created page with ".test-auto { color: green; } @media (prefers-color-scheme: dark) { .test-auto { color: red; } }") |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
. | .test-auto { | ||
color: green; | |||
} | } | ||
@media (prefers-color-scheme: dark) { | |||
.test-auto { | |||
color: red; | |||
} | |||
} | } |