mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-07-22 17:18:33 +00:00
[THEME] Use better color for labels/counters
- improves contrast
- looks good
- improves consistency with other label-y elements
(cherry picked from commit a245fb5c83
)
This commit is contained in:
parent
594c9c4570
commit
0f2e315b02
3 changed files with 9 additions and 3 deletions
|
@ -1222,6 +1222,10 @@ overflow-menu .ui.label {
|
|||
color: var(--color-label-text);
|
||||
}
|
||||
|
||||
.ui.menu .active.item > .label {
|
||||
background: var(--color-label-bg-alt, var(--color-label-bg));
|
||||
}
|
||||
|
||||
.lines-blame-btn {
|
||||
padding: 0 0 0 5px;
|
||||
display: flex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue