Don't override category badge icon color in similar topic JIT

This commit is contained in:
Kris 2018-10-09 15:38:49 -04:00
parent 753d39f30d
commit 1f14fb5e1e
1 changed files with 6 additions and 1 deletions

View File

@ -165,10 +165,15 @@
padding: 0;
}
.search-link {
.fa,
.blurb {
color: dark-light-choose($primary-high, $secondary-medium);
}
.topic-title,
.blurb {
.fa {
color: dark-light-choose($primary-high, $secondary-medium);
}
}
span.topic {
display: flex;
flex-wrap: wrap;