diff options
| author | 2019-11-27 15:57:43 +0100 | |
|---|---|---|
| committer | 2019-11-27 15:57:43 +0100 | |
| commit | 4d6cd194c58897c2a11b0760d74bb5b73d09bac6 (patch) | |
| tree | ad6889eaf391452f8b11e42d37d9f251a754022b /template | |
| parent | [skip ci] fix missing " in init.d script (diff) | |
layout.qtpl: Make sure background is white
Diffstat (limited to 'template')
| -rw-r--r-- | template/layout.qtpl | 1 |
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; } |
