mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 14:34:09 +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 {
|
.mw-body-content {
|
||||||
h1,
|
h1,
|
||||||
h2,
|
h2,
|
||||||
|
|
|
@ -92,6 +92,7 @@ figcaption,
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.citizen-body,
|
||||||
.mw-body-content {
|
.mw-body-content {
|
||||||
font-size: @content-body-size;
|
font-size: @content-body-size;
|
||||||
line-height: @content-line-height;
|
line-height: @content-line-height;
|
||||||
|
|
Loading…
Reference in a new issue