UX: add dot before new topics via css

This commit is contained in:
Jeff Atwood 2014-09-03 13:33:56 -07:00
parent 17b79fdeda
commit 7543b37f86

View File

@ -82,10 +82,14 @@ h1 a.badge-category div {vertical-align: top;}
&.new-topic {
background-color: transparent;
color: scale-color($tertiary, $lightness: 10%);
color: scale-color($tertiary, $lightness: 20%);
font-weight: normal;
}
&.new-topic::before {
content: "";
}
// Click count
&.clicks {