blob: ea9a94069de89492e31a96e32ffb53eeda2ce354 (
plain)
1
2
3
|
@import url("./green-light.css") only screen and (prefers-color-scheme: light);
@import url("./green-light.css") only screen and (prefers-color-scheme: no-preference);
@import url("./green-dark.css") only screen and (prefers-color-scheme: dark);
|