Fix badge colors in various places

This commit is contained in:
Andreas Nedbal 2023-01-04 16:54:43 +01:00 committed by Andreas Nedbal
parent da7e30f459
commit 0e97c7c80a
2 changed files with 15 additions and 3 deletions

View file

@ -18,4 +18,12 @@
&:hover, &:focus { &:hover, &:focus {
background-color: var(--raised-accent); background-color: var(--raised-accent);
} }
.badge {
color: RGB(var(--body-text));
}
&.active .badge {
color: RGB(var(--primary-text));
}
} }

View file

@ -28,6 +28,10 @@
&.disabled { &.disabled {
color: rgba(var(--primary-text), .25); color: rgba(var(--primary-text), .25);
} }
.badge:not(.badge-primary) {
color: inherit;
}
} }
.show > .nav-link, .show > .nav-link,