From 4dfd35882615195e07939ae6b126fc60286574f6 Mon Sep 17 00:00:00 2001 From: huber Date: Fri, 12 Apr 2024 19:11:26 +0200 Subject: [PATCH] =?UTF-8?q?style:=20Farbe=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/styles.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/styles.scss b/frontend/src/styles.scss index 1a9e540..29c8691 100644 --- a/frontend/src/styles.scss +++ b/frontend/src/styles.scss @@ -6,4 +6,5 @@ body { padding: 0; margin: 0; font-family: 'League Spartan', sans-serif; + color: var(--white); } \ No newline at end of file