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