From c0ce03973a0a5ca08311d3d808e2db37660b0ef5 Mon Sep 17 00:00:00 2001 From: Magnus Hoff Date: Mon, 25 Jun 2018 08:03:40 +0200 Subject: [PATCH] Update print style for new theme --- assets/style.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/assets/style.css b/assets/style.css index c6ad44e..6c2202c 100644 --- a/assets/style.css +++ b/assets/style.css @@ -533,6 +533,15 @@ input[type="search"] { display: block; } + .hero { + background: none; + color: initial; + + /* Disable hack to force containing the children instead of collapsing marigins */ + border: none; + box-shadow: none; + } + h1, h2, h3, h4, h5, h6 { /* This doesn't work at all, but it might start to! */ break-after: avoid; @@ -549,6 +558,11 @@ input[type="search"] { margin: 0 auto; } + h1 { + font-size: 22pt; + line-height: 33pt; + } + article, h2, h3, h4, h5, h6, .notice { font-size: 12pt; line-height: 18pt;