From e3e77d5262641a5349e404e184ae86dcb7627c5b Mon Sep 17 00:00:00 2001 From: pat-s Date: Thu, 7 Oct 2021 17:51:55 +0300 Subject: [PATCH] dark: update repos watch and fork counter color --- theme-github-dark.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/theme-github-dark.css b/theme-github-dark.css index 3dae9c2..e8935ce 100644 --- a/theme-github-dark.css +++ b/theme-github-dark.css @@ -182,7 +182,7 @@ a, color: #a6aab5 !important; } a.ui.label { - color: #adbac7 !important; + /* color: #adbac7 !important; */ border-color: var(--color-secondary) !important; } .ui.label { @@ -321,3 +321,11 @@ textarea, .ui.tabular.menu .active.item, .ui.tabular.menu .active.item:hover { background: var(--color-navbar); } + +/* repo watch and fork counters */ +.ui.basic.labels:not(.tag):not(.image):not(.ribbon) .label, .ui.basic.label:not(.tag):not(.image):not(.ribbon) { + color: #adbac7; +} +.repo-buttons .ui.labeled.button.disabled>.label { + color: #adbac7; +}