From 1c42386783e81a5940350417536dd6fe3a6f4b34 Mon Sep 17 00:00:00 2001 From: Konstantin Obenland Date: Thu, 19 Jun 2014 13:20:30 +0200 Subject: [PATCH] _s: Document background color fallback. A default background color is needed for any time there is no custom background color. This happens to use the browser's default `#fff`, and is meant more as a reminder for theme authors. See #515. --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index a61fe8d..adc9dae 100644 --- a/style.css +++ b/style.css @@ -81,7 +81,7 @@ html { box-sizing: border-box; } body { - background: #fff; + background: #fff; /* Fallback for when there is no custom background color defined. */ } article, aside,