aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/styles/main.scss4
-rw-r--r--src/styles/portrait.scss2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/styles/main.scss b/src/styles/main.scss
index 59a7b00..d0867c4 100644
--- a/src/styles/main.scss
+++ b/src/styles/main.scss
@@ -42,11 +42,11 @@ progress {
}
::-webkit-progress-bar {
- background: #848286;
+ background: map-get($colors, grey);
}
::-webkit-progress-value {
- background-color: #00ADDC;
+ background-color: map-get($colors, primary);
}
html {
diff --git a/src/styles/portrait.scss b/src/styles/portrait.scss
index 8c1502d..eff553c 100644
--- a/src/styles/portrait.scss
+++ b/src/styles/portrait.scss
@@ -6,7 +6,7 @@
body {
.centerĀ {
- width: : 100%;
+ width: 100%;
}
}
} \ No newline at end of file