From d34a726d410ef026ff3f700e172d6aa54da8969e Mon Sep 17 00:00:00 2001 From: pat-s Date: Wed, 1 Sep 2021 14:57:31 +0200 Subject: [PATCH] fix font-color `ui.basic.label` --- theme-github.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/theme-github.css b/theme-github.css index a4fe54f..cd4a76c 100644 --- a/theme-github.css +++ b/theme-github.css @@ -162,6 +162,11 @@ a.ui.label { .ui .sha.label { color: var(--color-text) !important; } -.ui.basic.green.buttons .button, .ui.basic.green.button { - color: #2da44e!important; +.ui.basic.green.buttons .button, +.ui.basic.green.button { + color: #2da44e !important; +} +.ui.basic.labels .label, +.ui.basic.label { + color: var(--color-text) !important; }