diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/styles/main.scss | 4 | ||||
-rw-r--r-- | src/styles/portrait.scss | 2 |
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 |