From ba683e6cd3eacb99d81f40b2f3d79ef1046e4d9a Mon Sep 17 00:00:00 2001 From: pat-s Date: Wed, 1 Sep 2021 14:46:28 +0200 Subject: [PATCH] fix font-color of `.ui.sha.label` --- theme-github.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/theme-github.css b/theme-github.css index 99c636e..a4fe54f 100644 --- a/theme-github.css +++ b/theme-github.css @@ -157,9 +157,11 @@ ul.repo-owner-name-list { font-size: 13px; } a.ui.label { - cursor: pointer; color: #fff !important; } +.ui .sha.label { + color: var(--color-text) !important; +} .ui.basic.green.buttons .button, .ui.basic.green.button { color: #2da44e!important; }