no more black topic status glyphs on cat page

This commit is contained in:
Jeff Atwood 2014-07-13 02:45:50 -07:00
parent 7cfcad5636
commit 0c513241a3
1 changed files with 4 additions and 0 deletions

View File

@ -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%);
} }