mirror of
https://github.com/discourse/discourse.git
synced 2025-01-30 22:56:07 +08:00
UX: remove bold to de-emphasize category names on visited topics
This commit is contained in:
parent
05799538e6
commit
3d6c952c3e
|
@ -52,6 +52,13 @@
|
||||||
a.title:not(.badge-notification) {
|
a.title:not(.badge-notification) {
|
||||||
color: $primary-medium;
|
color: $primary-medium;
|
||||||
}
|
}
|
||||||
|
span.badge-category {
|
||||||
|
font-weight: normal;
|
||||||
|
color: $primary-medium;
|
||||||
|
}
|
||||||
|
a.discourse-tag {
|
||||||
|
color: $primary-medium;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-list-item {
|
.topic-list-item {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user