From b760b758d034fbc4f759d2169b85937b1bb3f6fb Mon Sep 17 00:00:00 2001 From: endernon Date: Thu, 4 Apr 2024 17:34:54 +0000 Subject: [PATCH] Made it so your currently selected tab is not #080808 --- theme-ender-dark.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme-ender-dark.css b/theme-ender-dark.css index e761727..2741cc4 100644 --- a/theme-ender-dark.css +++ b/theme-ender-dark.css @@ -298,7 +298,7 @@ i.grey.icon.icon.icon.icon { } .ui.basic.labels .primary.label, .ui.ui.ui.basic.primary.label { - color: var(--color-text-dark) !important; + color: #ffffff !important; } .ui.basic.yellow.label.pending-label { background: var(--color-light) !important;