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