mirror of
https://github.com/discourse/discourse.git
synced 2026-08-14 06:55:03 -05:00
fix header primary missing color
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user