mirror of
https://github.com/pat-s/gitea-github-theme.git
synced 2024-11-21 13:00:58 +00:00
dark: update repos watch and fork counter color
This commit is contained in:
parent
c7bd6313a6
commit
e3e77d5262
1 changed files with 9 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue