From cf3e088deb1a33ceef7e23e649a4c239dd6daaf0 Mon Sep 17 00:00:00 2001 From: Sangelo Date: Tue, 9 Jan 2024 18:21:53 +0100 Subject: [PATCH] Uncomment and revert basic button --- theme-gitpot-dark.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/theme-gitpot-dark.css b/theme-gitpot-dark.css index 5cb77d0..4e23b5f 100644 --- a/theme-gitpot-dark.css +++ b/theme-gitpot-dark.css @@ -306,8 +306,7 @@ i.grey.icon.icon.icon.icon { .ui.basic.primary.button.item { background-color: var(--color-active) !important; - /* color: var(--color-text) !important; */ - color: var(--color-text-dark) !important; + color: var(--color-text) !important; box-shadow: none !important; }