UX: remove bold to de-emphasize category names on visited topics

This commit is contained in:
Kris 2020-05-06 18:02:39 -04:00
parent 05799538e6
commit 3d6c952c3e
1 changed files with 7 additions and 0 deletions

View File

@ -52,6 +52,13 @@
a.title:not(.badge-notification) {
color: $primary-medium;
}
span.badge-category {
font-weight: normal;
color: $primary-medium;
}
a.discourse-tag {
color: $primary-medium;
}
}
.topic-list-item {