From d68975ba9f5f303919fbd53dfc89b6b770ffda2f Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Sat, 26 Aug 2017 18:59:59 +0100 Subject: [PATCH] Set print font size to 11pt --- static/style.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/style.scss b/static/style.scss index b2733fe..5bb3af7 100644 --- a/static/style.scss +++ b/static/style.scss @@ -212,4 +212,9 @@ h3 { color: black !important; text-decoration: none !important; } + + html, body { + background: none; + font-size: 11pt; + } }