mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-28 01:56:01 -05:00
no more black topic status glyphs on cat page
This commit is contained in:
parent
7cfcad5636
commit
0c513241a3
1 changed files with 4 additions and 0 deletions
|
@ -221,6 +221,10 @@
|
|||
|
||||
.featured-topic {
|
||||
margin: 6px 0;
|
||||
/* topic status glyphs */
|
||||
i {
|
||||
color: scale-color($primary, $lightness: 50%) !important;
|
||||
}
|
||||
a.last-posted-at, a.last-posted-at:visited {
|
||||
color: scale-color($primary, $lightness: 50%);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue