dark: update repos watch and fork counter color

This commit is contained in:
pat-s 2021-10-07 17:51:55 +03:00
parent c7bd6313a6
commit e3e77d5262
No known key found for this signature in database
GPG key ID: 3C6318841EF78925

View file

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