From 4d6cd194c58897c2a11b0760d74bb5b73d09bac6 Mon Sep 17 00:00:00 2001 From: "Haelwenn (lanodan) Monnier" Date: Wed, 27 Nov 2019 15:57:43 +0100 Subject: layout.qtpl: Make sure background is white --- template/layout.qtpl | 1 + 1 file changed, 1 insertion(+) diff --git a/template/layout.qtpl b/template/layout.qtpl index ffb31d2..9d81508 100644 --- a/template/layout.qtpl +++ b/template/layout.qtpl @@ -14,6 +14,7 @@ The main layout function. max-width: 650px; line-height: 1.6; font-size: 18px; + background: #fff; color: #444; padding: 0 10px; } -- cgit v1.2.3