aboutsummaryrefslogtreecommitdiff
path: root/Neutron-trunk/resources/css/themes/red-auto.css
blob: 84199496d6eca2247a49af29fc5066e321aa9ac9 (plain)
1
2
3
@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);