UX: Remove bold from category badge text

This commit is contained in:
Kris 2020-05-19 21:11:49 -04:00
parent e334133294
commit a93d0a8fcc
3 changed files with 0 additions and 7 deletions

View File

@ -53,7 +53,6 @@
color: $primary-medium; color: $primary-medium;
} }
span.badge-category { span.badge-category {
font-weight: normal;
color: $primary-medium; color: $primary-medium;
} }
a.discourse-tag { a.discourse-tag {

View File

@ -17,7 +17,6 @@
.badge-wrapper { .badge-wrapper {
font-size: $font-down-1; font-size: $font-down-1;
font-weight: bold;
white-space: nowrap; white-space: nowrap;
position: relative; position: relative;
display: inline-flex; display: inline-flex;

View File

@ -63,11 +63,6 @@ blockquote {
margin-bottom: 9px; margin-bottom: 9px;
} }
// categories should not be bold on mobile; they fight with the topic title too much
.badge-wrapper {
font-weight: normal;
}
.mobile-nav { .mobile-nav {
margin: 0; margin: 0;
padding: 0; padding: 0;