diff options
Diffstat (limited to 'Neutron-trunk/resources/css/themes/blue-auto.css')
-rw-r--r-- | Neutron-trunk/resources/css/themes/blue-auto.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Neutron-trunk/resources/css/themes/blue-auto.css b/Neutron-trunk/resources/css/themes/blue-auto.css new file mode 100644 index 0000000..05864eb --- /dev/null +++ b/Neutron-trunk/resources/css/themes/blue-auto.css @@ -0,0 +1,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);
\ No newline at end of file |