1
0
Fork 0
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:
0ko 2024-03-31 21:26:06 +05:00 committed by GitHub
parent 594c9c4570
commit 0f2e315b02
3 changed files with 9 additions and 3 deletions

View file

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