summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChloe Kudryavtsev <toast@toast.cafe>2019-11-27 17:28:15 -0500
committerGitHub <noreply@github.com>2019-11-27 17:28:15 -0500
commit2ad3d93d0cbcdaeba0d134e2d94880d7ba39b1b9 (patch)
treead6889eaf391452f8b11e42d37d9f251a754022b
parent[skip ci] fix missing " in init.d script (diff)
parentlayout.qtpl: Make sure background is white (diff)
fix: css should include a background color
merge #1 - 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;
}