From b82053421e20fc299786749f8eeccd9a561a0afd Mon Sep 17 00:00:00 2001 From: Lorenzo Tilve Date: Fri, 11 Sep 2020 00:46:57 +0200 Subject: Restore background image Bug-AGL: SPEC-3574 Signed-off-by: Lorenzo Tilve Change-Id: I029dbe77053fcb82beb8e8a354aed63b939878cf --- src/styles/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/styles/main.scss') diff --git a/src/styles/main.scss b/src/styles/main.scss index 9137445..e3fa602 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -4,7 +4,7 @@ html { height: 100%; - background-color: #000000; + background-size: cover; -webkit-overflow-scrolling: touch; overflow: hidden; } -- cgit 1.2.3-korg