summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2019-11-27 15:57:43 +0100
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>2019-11-27 15:57:43 +0100
commit4d6cd194c58897c2a11b0760d74bb5b73d09bac6 (patch)
treead6889eaf391452f8b11e42d37d9f251a754022b
parent[skip ci] fix missing " in init.d script (diff)
layout.qtpl: Make sure background is white
-rw-r--r--template/layout.qtpl1
1 files changed, 1 insertions, 0 deletions
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;
}