From b26c1c97b8a02b0a28389e4cbfeca5cd1871d5af Mon Sep 17 00:00:00 2001 From: alistair3149 Date: Mon, 2 Dec 2019 16:59:04 -0500 Subject: [PATCH] Additional print styling --- resources/print.less | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/resources/print.less b/resources/print.less index d271f8d3..173757fc 100644 --- a/resources/print.less +++ b/resources/print.less @@ -42,13 +42,19 @@ ol { .mw-body h1, .mw-body-content h1 { - font-size: 2rem; + font-size: @content-h1-size; } .mw-body-content { - line-height: 1.6; - font-size: 1rem; + line-height: @content-line-height; + font-size: @content-body-size; + + #contentSub, + #contentSub2 { + color: @base-30; + font-size: @content-caption-size; + } p { line-height: inherit; @@ -109,7 +115,7 @@ ol { display: block; margin: .4rem 0 1.6rem; color: @base-30; - font-size: 0.8125rem; + font-size: @content-caption-size; } .infobox {