From e98c476b9787ce7a2faedb977ab4230977dfb65b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yannik=20R=C3=B6del?= Date: Tue, 13 Jan 2026 22:51:48 +0100 Subject: [PATCH] Fix dark mode site background --- styles/components/_markup.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/components/_markup.scss b/styles/components/_markup.scss index 50e5bb8..7307f78 100644 --- a/styles/components/_markup.scss +++ b/styles/components/_markup.scss @@ -5,6 +5,7 @@ body { margin: 0; color: colors.$main-text; + background: colors.$main-background; } %title {