mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-29 08:09:55 -04:00
fix header primary missing color
This commit is contained in:
parent
52bc03b5e6
commit
833b7b8f0b
1 changed files with 5 additions and 3 deletions
|
@ -95,10 +95,12 @@ h1 a.badge-category div {vertical-align: top;}
|
|||
|
||||
// specific styles for badge categories
|
||||
|
||||
.bar {
|
||||
.badge-category {
|
||||
.bar .badge-category {
|
||||
color: $primary !important;
|
||||
}
|
||||
}
|
||||
|
||||
header .bar .badge-category {
|
||||
color: $header-primary !important;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue