mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
FIX: Category badges in the header should use the primary header color
This commit is contained in:
parent
3b38667274
commit
c1b8943a6f
1 changed files with 1 additions and 1 deletions
|
@ -583,7 +583,7 @@ iframe {
|
|||
padding: 0;
|
||||
|
||||
.badge-category {
|
||||
color: $primary;
|
||||
color: $header_primary;
|
||||
padding: 0 0 0 3px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue