mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-24 05:42:03 -04:00
add bold back to post count in topic lists
This commit is contained in:
parent
6527a50052
commit
94c5bd3fc0
1 changed files with 3 additions and 0 deletions
|
@ -201,6 +201,9 @@
|
|||
a:not(.badge-posts) {
|
||||
color: inherit;
|
||||
}
|
||||
a.badge-posts {
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
.sortable {
|
||||
cursor: pointer;
|
||||
|
|
Loading…
Add table
Reference in a new issue