From b5c98c4b4f3ee8cd9baac56249c5e2a4348e6813 Mon Sep 17 00:00:00 2001 From: Humberto Alfonso Díaz Date: Fri, 20 Dec 2019 09:54:44 +0100 Subject: FUNCT Update background color --- src/styles/landscape.scss | 5 ----- src/styles/main.scss | 2 +- src/styles/portrait.scss | 8 -------- 3 files changed, 1 insertion(+), 14 deletions(-) (limited to 'src') diff --git a/src/styles/landscape.scss b/src/styles/landscape.scss index 4785823..0c4f745 100644 --- a/src/styles/landscape.scss +++ b/src/styles/landscape.scss @@ -1,9 +1,4 @@ @media (orientation: landscape) { - - html { - background-image: url('../images/horizontal_background.png'); - } - body { .speedometertop { display: block; 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; } diff --git a/src/styles/portrait.scss b/src/styles/portrait.scss index a123e32..489c3d0 100644 --- a/src/styles/portrait.scss +++ b/src/styles/portrait.scss @@ -1,12 +1,4 @@ @media (orientation: portrait) { - - html { - background-image: url('../images/vertical_background.png'); - background-position: top center; - background-repeat: no-repeat; - background-color: transparent; - } - body { .speedometertop { display: block; -- cgit 1.2.3-korg