From 1e52b7620fb279d0fbb132601d390224cda04318 Mon Sep 17 00:00:00 2001 From: kyogrekube Date: Tue, 26 Mar 2024 15:30:49 -0400 Subject: [PATCH] Fixed bug with "Built by YACS under RCOS at RPI" in footer not changing with dark mode --- src/web/src/assets/dark.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web/src/assets/dark.scss b/src/web/src/assets/dark.scss index 43685ce8a..dd5debb1b 100644 --- a/src/web/src/assets/dark.scss +++ b/src/web/src/assets/dark.scss @@ -38,7 +38,7 @@ } #credits { - background: var(--dark-primary) !important; + color: var(--dark-text-primary) !important; } #footer {