diff options
Diffstat (limited to 'src/styles/main.scss')
-rw-r--r-- | src/styles/main.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styles/main.scss b/src/styles/main.scss index e3fa602..9137445 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -4,7 +4,7 @@ html { height: 100%; - background-size: cover; + background-color: #000000; -webkit-overflow-scrolling: touch; overflow: hidden; } |