diff options
| author | Wes Bos <wesbos@gmail.com> | 2018-02-15 16:59:58 -0500 |
|---|---|---|
| committer | Wes Bos <wesbos@gmail.com> | 2018-02-15 16:59:58 -0500 |
| commit | 8f2c595eca30e2d7138c8e8d6685774a8f44e55d (patch) | |
| tree | 3408b9c8eb3b0ea43cb72e13e0bd6393ab5bac61 /frontend/static/nprogress.css | |
| parent | a09b01abf7c03e6b7e43f2175e5a34501808821b (diff) | |
omg
Diffstat (limited to 'frontend/static/nprogress.css')
| -rw-r--r-- | frontend/static/nprogress.css | 8 |
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; |
