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; }