fix: also apply typography styles to ciitzen-body

This commit is contained in:
alistair3149 2021-07-30 22:57:38 -04:00
parent 6acd4d23df
commit 79b61cd24a
No known key found for this signature in database
GPG key ID: 94D081060FD3DD9C
2 changed files with 2 additions and 0 deletions

View file

@ -61,6 +61,7 @@
}
}
.citizen-body,
.mw-body-content {
h1,
h2,

View file

@ -92,6 +92,7 @@ figcaption,
font-weight: normal;
}
.citizen-body,
.mw-body-content {
font-size: @content-body-size;
line-height: @content-line-height;