@import url("./red-light.css") only screen and (prefers-color-scheme: light); @import url("./red-light.css") only screen and (prefers-color-scheme: no-preference); @import url("./red-dark.css") only screen and (prefers-color-scheme: dark);