This is still relevant. As a test, this should work out of the box:
p {
color: red;
}
@media (prefers-color-scheme: dark) {
p {
color: blue;
}
}
This is still relevant. As a test, this should work out of the box:
p {
color: red;
}
@media (prefers-color-scheme: dark) {
p {
color: blue;
}
}