aboutsummaryrefslogtreecommitdiff
path: root/assets/themes/_auto.scss
diff options
context:
space:
mode:
Diffstat (limited to 'assets/themes/_auto.scss')
-rw-r--r--assets/themes/_auto.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/assets/themes/_auto.scss b/assets/themes/_auto.scss
new file mode 100644
index 0000000..31d7f9a
--- /dev/null
+++ b/assets/themes/_auto.scss
@@ -0,0 +1,9 @@
+:root {
+ @include theme-light;
+}
+
+@media (prefers-color-scheme: dark) {
+ :root {
+ @include theme-dark;
+ }
+}