We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f8bb81 commit 9cf939bCopy full SHA for 9cf939b
assets/css/content.css
@@ -3,7 +3,6 @@
3
.main-content {
4
visibility: hidden;
5
opacity: 0;
6
- background-color: #fff;
7
}
8
9
.main-content.show {
assets/css/style.css
@@ -10,6 +10,7 @@ html {
10
font-size: 14px;
11
line-height: 1.5;
12
overflow: hidden; /* Prevents rubber-band scrolling of the whole "page" */
13
+ background-color: #fff; /* To cover OSes with no default background color */
14
15
16
body {
0 commit comments