_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.
This commit is contained in:
Konstantin Obenland 2014-06-19 13:20:30 +02:00
parent 4f9492a7b8
commit 1c42386783
1 changed files with 1 additions and 1 deletions

View File

@ -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,