aboutsummaryrefslogtreecommitdiff
path: root/Neutron-trunk/resources/css/themes/orange-auto.css
blob: 59196ff5630400a615d60e938d7550f1479f9100 (plain)
1
2
3
@import url("./orange-light.css") only screen and (prefers-color-scheme: light);
@import url("./orange-light.css") only screen and (prefers-color-scheme: no-preference);
@import url("./orange-dark.css") only screen and (prefers-color-scheme: dark);