mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-14 10:04:56 +00:00
fix: also apply typography styles to ciitzen-body
This commit is contained in:
parent
6acd4d23df
commit
79b61cd24a
|
@ -61,6 +61,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
.citizen-body,
|
||||
.mw-body-content {
|
||||
h1,
|
||||
h2,
|
||||
|
|
|
@ -92,6 +92,7 @@ figcaption,
|
|||
font-weight: normal;
|
||||
}
|
||||
|
||||
.citizen-body,
|
||||
.mw-body-content {
|
||||
font-size: @content-body-size;
|
||||
line-height: @content-line-height;
|
||||
|
|
Loading…
Reference in a new issue