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/landscape.scss | |
parent | 4680db99615757df9d9cc561c9a9fc5b9b1c108a (diff) |
Replace background with black & blue grid.
Bug-AGL: SPEC-4041
Change-Id: I90070108e3b47413bd45391deb6043e4a7b634a1
Diffstat (limited to 'src/styles/landscape.scss')
-rw-r--r-- | src/styles/landscape.scss | 6 |
1 files changed, 1 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 +} |