From 936985cda9745f67db5faf24a415fc45ce80a87b Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 4 Nov 2013 23:52:49 +0100 Subject: Set background-color on html (not only body). --- style.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/style.scss b/style.scss index 90a5354..7f49ee2 100644 --- a/style.scss +++ b/style.scss @@ -10,6 +10,7 @@ $link-visited-color: #600; @include ikiwiki-style; +html, body { background-color: #84854c; } -- cgit v1.2.3