aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/main.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/main.scss')
-rw-r--r--src/styles/main.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/styles/main.scss b/src/styles/main.scss
index a53778f..da776ea 100644
--- a/src/styles/main.scss
+++ b/src/styles/main.scss
@@ -7,6 +7,7 @@ html {
background-size: cover;
-webkit-overflow-scrolling: touch;
user-select: none;
+ background-color: map-get($colors, background);
}
@keyframes zoomIn {
@@ -72,6 +73,10 @@ body {
line-height: $header_size*0.30;
}
}
+ .button:hover {
+ background-color: map-get($colors, primary);
+ }
+
}
.infoContainer {