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