summaryrefslogtreecommitdiffstats
path: root/assets/scss/theme/theme.scss
diff options
context:
space:
mode:
Diffstat (limited to 'assets/scss/theme/theme.scss')
-rw-r--r--assets/scss/theme/theme.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/assets/scss/theme/theme.scss b/assets/scss/theme/theme.scss
index 0773167..0fb39a9 100644
--- a/assets/scss/theme/theme.scss
+++ b/assets/scss/theme/theme.scss
@@ -1,3 +1,9 @@
+@media (prefers-color-scheme: dark) {
+ body {
+ background-color: #343a40; color: #f8f9fa;
+ }
+}
+
.gradient-featured {
background: $white;
background: linear-gradient(135deg, $white 0%, tint-color($primary, 80%) 100%);