mirror of
https://github.com/discourse/discourse.git
synced 2025-04-25 12:34:29 +08:00
add bold back to post count in topic lists
This commit is contained in:
parent
6527a50052
commit
94c5bd3fc0
@ -201,6 +201,9 @@
|
||||
a:not(.badge-posts) {
|
||||
color: inherit;
|
||||
}
|
||||
a.badge-posts {
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
.sortable {
|
||||
cursor: pointer;
|
||||
|
Loading…
x
Reference in New Issue
Block a user