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 | |
parent | 4bdec28d0369511679772f0823f43b1cc3ad6447 (diff) |
FUNCT Update background color
Diffstat (limited to 'src')
-rw-r--r-- | src/styles/landscape.scss | 5 | ||||
-rw-r--r-- | src/styles/main.scss | 2 | ||||
-rw-r--r-- | src/styles/portrait.scss | 8 |
3 files changed, 1 insertions, 14 deletions
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; |