mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-23 04:57:46 +01:00
Fix badge colors in various places
This commit is contained in:
parent
da7e30f459
commit
0e97c7c80a
2 changed files with 15 additions and 3 deletions
|
@ -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));
|
||||||
|
}
|
||||||
}
|
}
|
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue