Skip to content

Commit 9cf939b

Browse files
committed
Move bg-color to html and comment
1 parent 1f8bb81 commit 9cf939b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

assets/css/content.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
.main-content {
44
visibility: hidden;
55
opacity: 0;
6-
background-color: #fff;
76
}
87

98
.main-content.show {

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)