aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/landscape.scss5
-rw-r--r--src/styles/main.scss2
-rw-r--r--src/styles/portrait.scss3
3 files changed, 4 insertions, 6 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
+}
diff --git a/src/styles/main.scss b/src/styles/main.scss
index afba538..7b6c6a3 100644
--- a/src/styles/main.scss
+++ b/src/styles/main.scss
@@ -7,6 +7,8 @@ html {
background-size: cover;
-webkit-overflow-scrolling: touch;
user-select: none;
+ background-image: url('../images/dashboardTextures.svg');
+ background-color: black;
}
img {
diff --git a/src/styles/portrait.scss b/src/styles/portrait.scss
index 11e77b1..f3d9cca 100644
--- a/src/styles/portrait.scss
+++ b/src/styles/portrait.scss
@@ -1,9 +1,8 @@
@media (orientation: portrait) {
html {
- background-image: url('../images/vertical_background.png');
background-position: top center;
background-repeat: no-repeat;
background-color: transparent;
}
-} \ No newline at end of file
+}