diff options
author | 2023-12-22 11:07:21 +0100 | |
---|---|---|
committer | 2023-12-22 10:47:10 +0000 | |
commit | b87776912cc31c976415ceb49e7551f500e0975b (patch) | |
tree | f52cdc348b5a28e41b554c3549408e559761f1d5 /src/styles/landscape.scss | |
parent | 07adebd03e37a790462f80b6f3bb001bad7e6748 (diff) |
Replace background with black & blue grid.
Bug-AGL: SPEC-4041
Change-Id: I30de8718fecbf8f8cdc7ff60743cfc244f866875
Diffstat (limited to 'src/styles/landscape.scss')
-rw-r--r-- | src/styles/landscape.scss | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/styles/landscape.scss b/src/styles/landscape.scss index b7e1bf7..e810168 100644 --- a/src/styles/landscape.scss +++ b/src/styles/landscape.scss @@ -1,6 +1,3 @@ @media (orientation: landscape) { - html { - background-image: url('../images/horizontal_background.png'); - } -}
\ No newline at end of file +} |