summaryrefslogtreecommitdiffstats
path: root/src/styles
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/landscape.scss6
-rw-r--r--src/styles/main.scss3
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;}