diff options
author | Jacobo Aragunde Pérez <jaragunde@igalia.com> | 2023-12-22 11:08:09 +0100 |
---|---|---|
committer | Jacobo Aragunde P�rez <jaragunde@igalia.com> | 2023-12-22 10:47:32 +0000 |
commit | 38befd7704f64781bf4bce85fd9b2cdffc7845fa (patch) | |
tree | 8f8dfc3907592b77a776be68af4e682c83b59b5b /src/styles | |
parent | 4680db99615757df9d9cc561c9a9fc5b9b1c108a (diff) |
Replace background with black & blue grid.
Bug-AGL: SPEC-4041
Change-Id: I90070108e3b47413bd45391deb6043e4a7b634a1
Diffstat (limited to 'src/styles')
-rw-r--r-- | src/styles/landscape.scss | 6 | ||||
-rw-r--r-- | src/styles/main.scss | 3 |
2 files changed, 4 insertions, 5 deletions
diff --git a/src/styles/landscape.scss b/src/styles/landscape.scss index 4785823..73b50dd 100644 --- a/src/styles/landscape.scss +++ b/src/styles/landscape.scss @@ -1,9 +1,5 @@ @media (orientation: landscape) { - html { - background-image: url('../images/horizontal_background.png'); - } - body { .speedometertop { display: block; @@ -25,4 +21,4 @@ } } } -}
\ No newline at end of file +} diff --git a/src/styles/main.scss b/src/styles/main.scss index 26def86..5d5f213 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -8,7 +8,10 @@ html { -webkit-overflow-scrolling: touch; overflow: hidden; user-select: none; + background-image: url('../images/dashboardTextures.svg'); + background-color: black; } + @keyframes blink{ 0% { opacity: .25;} 25% { opacity: .5;} |