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
1 changed files with 5 additions and 1 deletions

View File

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