From 2b0b416a98295f0ef86cbde2517ea53120909418 Mon Sep 17 00:00:00 2001 From: anoduck <11767-anoduck@users.noreply.gitgud.io> Date: Wed, 23 Oct 2024 06:21:04 -0400 Subject: feat(content): :sparkles: Minor content mods Minor modifications to content --- assets/scss/theme/theme.scss | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'assets/scss/theme/theme.scss') 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%); -- cgit v1.2.3