diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-12-20 09:54:44 +0100 |
---|---|---|
committer | Lorenzo Tilve <ltilve@igalia.com> | 2020-02-04 19:03:18 +0100 |
commit | b5c98c4b4f3ee8cd9baac56249c5e2a4348e6813 (patch) | |
tree | bfe3c9f7f2dae8192076b9e1a269d1c087525538 /src/styles/main.scss | |
parent | 4bdec28d0369511679772f0823f43b1cc3ad6447 (diff) |
FUNCT Update background color
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; } |