aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/main.scss
diff options
context:
space:
mode:
authorHumberto Alfonso Díaz <humberto.alfonso@asvito.es>2019-07-05 09:11:58 +0200
committerLorenzo Tilve <ltilve@igalia.com>2020-02-04 09:42:15 +0100
commit5ef2a232c9f8701531419f6d8ac8ebcfc4d21fc6 (patch)
tree5596d0aa7ed1e5a5ab3da4b8247da18d257025b5 /src/styles/main.scss
parent907b806e3659b1756fc226f975a4619a3fb65bba (diff)
BUGFIX Correct errors on scss
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 {