From 7aa32306490be176f1ac051b8e002caaa1d44962 Mon Sep 17 00:00:00 2001 From: Graham Steffaniak <42989099+gtsteffaniak@users.noreply.github.com> Date: Wed, 20 Dec 2023 14:58:20 -0600 Subject: [PATCH] V0.2.3 - update css (#99) Signed-off-by: dependabot[bot] Co-authored-by: Graham Steffaniak Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- frontend/src/css/dark.css | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/css/dark.css b/frontend/src/css/dark.css index b34e87f7..19881bca 100644 --- a/frontend/src/css/dark.css +++ b/frontend/src/css/dark.css @@ -264,7 +264,6 @@ /* Button group button */ .dark-mode .button-group button { - background: var(--background); color: white; }