summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2013-11-04 23:52:49 +0100
committerJonas Smedegaard <dr@jones.dk>2013-11-04 23:52:49 +0100
commit936985cda9745f67db5faf24a415fc45ce80a87b (patch)
treec3a75fe9ea6534a9f9e2c3588d5a2d9549940a5c
parent8321304fc7097e15349894873691bddb2e0bef38 (diff)
Set background-color on html (not only body).
-rw-r--r--style.scss1
1 files changed, 1 insertions, 0 deletions
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;
}