no more black topic status glyphs on cat page
This commit is contained in:
parent
7cfcad5636
commit
0c513241a3
|
@ -221,6 +221,10 @@
|
||||||
|
|
||||||
.featured-topic {
|
.featured-topic {
|
||||||
margin: 6px 0;
|
margin: 6px 0;
|
||||||
|
/* topic status glyphs */
|
||||||
|
i {
|
||||||
|
color: scale-color($primary, $lightness: 50%) !important;
|
||||||
|
}
|
||||||
a.last-posted-at, a.last-posted-at:visited {
|
a.last-posted-at, a.last-posted-at:visited {
|
||||||
color: scale-color($primary, $lightness: 50%);
|
color: scale-color($primary, $lightness: 50%);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue