mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-14 05:52:43 +00:00
[THEME] Use better color for labels/counters
- improves contrast - looks good - improves consistency with other label-y elements
This commit is contained in:
parent
4b8d06b0a7
commit
a245fb5c83
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