mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-23 22:13:38 +00:00
fix(DiscussionTools): 🐛 fix incorrect font-family for headings
Closes: #930
This commit is contained in:
parent
8de13a1f85
commit
e3dc77f36a
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue