fix(DiscussionTools): 🐛 fix incorrect font-family for headings

Closes: #930
This commit is contained in:
alistair3149 2024-08-17 17:10:05 -04:00
parent 8de13a1f85
commit e3dc77f36a
No known key found for this signature in database

View file

@ -108,6 +108,11 @@
font-weight: var( --font-weight-semibold );
border-top-color: var( --border-color-base );
> h2 {
font-family: var( --font-family-base ) !important;
font-weight: var( --font-weight-semibold );
}
&-bar {
margin-top: var( --space-xxs );
font-size: var( --font-size-x-small );