[THEME] Use better color for labels/counters

- improves contrast
- looks good
- improves consistency with other label-y elements
This commit is contained in:
0ko 2024-03-31 21:26:06 +05:00
parent 4b8d06b0a7
commit a245fb5c83
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;