Skip to content

Commit d4628fb

Browse files
author
Jessica Lord
committed
Merge pull request electron#110 from electron/main-bg-color
Add background color to main-content
2 parents 9b70f18 + 9cf939b commit d4628fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

assets/css/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ html {
1010
font-size: 14px;
1111
line-height: 1.5;
1212
overflow: hidden; /* Prevents rubber-band scrolling of the whole "page" */
13+
background-color: #fff; /* To cover OSes with no default background color */
1314
}
1415

1516
body {

0 commit comments

Comments
 (0)