summaryrefslogtreecommitdiffstats
path: root/frontend/static/nprogress.css
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/static/nprogress.css')
-rw-r--r--frontend/static/nprogress.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/frontend/static/nprogress.css b/frontend/static/nprogress.css
index e18709f..544ce01 100644
--- a/frontend/static/nprogress.css
+++ b/frontend/static/nprogress.css
@@ -4,7 +4,7 @@
}
#nprogress .bar {
- background: #29d;
+ background: red;
position: fixed;
z-index: 1031;
top: 0;
@@ -21,7 +21,7 @@
right: 0px;
width: 100px;
height: 100%;
- box-shadow: 0 0 10px #29d, 0 0 5px #29d;
+ box-shadow: 0 0 10px red, 0 0 5px red;
opacity: 1.0;
-webkit-transform: rotate(3deg) translate(0px, -4px);
@@ -44,8 +44,8 @@
box-sizing: border-box;
border: solid 2px transparent;
- border-top-color: #29d;
- border-left-color: #29d;
+ border-top-color: red;
+ border-left-color: red;
border-radius: 50%;
-webkit-animation: nprogress-spinner 400ms linear infinite;