_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:
parent
4f9492a7b8
commit
1c42386783
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue