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.scss8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/styles/main.scss b/src/styles/main.scss
index 626d127..e5e81f5 100644
--- a/src/styles/main.scss
+++ b/src/styles/main.scss
@@ -2,14 +2,6 @@
display: none;
}
-::-webkit-progress-bar {
- background: map-get($colors, grey);
-}
-
-::-webkit-progress-value {
- background-color: map-get($colors, primary);
-}
-
html {
height: 100%;
background-size: cover;