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.scss4
1 files changed, 2 insertions, 2 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 {