diff options
Diffstat (limited to 'src/styles/landscape.scss')
-rw-r--r-- | src/styles/landscape.scss | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/styles/landscape.scss b/src/styles/landscape.scss index d215960..ee504e9 100644 --- a/src/styles/landscape.scss +++ b/src/styles/landscape.scss @@ -1,7 +1,8 @@ @media (orientation: landscape) { html { - background-image: url('../images/horizontal_background.png'); + background-image: url('../images/dashboardTextures.svg'); + background-color: black; } body { @@ -14,4 +15,4 @@ } } } -}
\ No newline at end of file +} |