UX: Remove bold from category badge text
This commit is contained in:
parent
e334133294
commit
a93d0a8fcc
|
@ -53,7 +53,6 @@
|
|||
color: $primary-medium;
|
||||
}
|
||||
span.badge-category {
|
||||
font-weight: normal;
|
||||
color: $primary-medium;
|
||||
}
|
||||
a.discourse-tag {
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
|
||||
.badge-wrapper {
|
||||
font-size: $font-down-1;
|
||||
font-weight: bold;
|
||||
white-space: nowrap;
|
||||
position: relative;
|
||||
display: inline-flex;
|
||||
|
|
|
@ -63,11 +63,6 @@ blockquote {
|
|||
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 {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
|
Loading…
Reference in New Issue