From efb2097004c6b52aab57d0ff76f3149e988db0c2 Mon Sep 17 00:00:00 2001 From: Sangelo Date: Tue, 9 Jan 2024 18:18:25 +0100 Subject: [PATCH] Generalize CSS --- theme-gitpot-dark.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme-gitpot-dark.css b/theme-gitpot-dark.css index c9ea724..8156290 100644 --- a/theme-gitpot-dark.css +++ b/theme-gitpot-dark.css @@ -358,6 +358,6 @@ i.grey.icon.icon.icon.icon { } /* tweaks */ -button.ui.primary.button { +.ui.primary.button { color: var(--color-text-dark) !important; -} \ No newline at end of file +}