UX: add dot before new topics via css
This commit is contained in:
parent
17b79fdeda
commit
7543b37f86
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue