summaryrefslogtreecommitdiffstats
path: root/frontend/static
diff options
context:
space:
mode:
authorWes Bos <wesbos@gmail.com>2018-02-15 16:59:58 -0500
committerWes Bos <wesbos@gmail.com>2018-02-15 16:59:58 -0500
commit8f2c595eca30e2d7138c8e8d6685774a8f44e55d (patch)
tree3408b9c8eb3b0ea43cb72e13e0bd6393ab5bac61 /frontend/static
parenta09b01abf7c03e6b7e43f2175e5a34501808821b (diff)
omg
Diffstat (limited to 'frontend/static')
-rw-r--r--frontend/static/favicon.pngbin0 -> 5122 bytes
-rw-r--r--frontend/static/nprogress.css8
2 files changed, 4 insertions, 4 deletions
diff --git a/frontend/static/favicon.png b/frontend/static/favicon.png
new file mode 100644
index 0000000..0601ad6
--- /dev/null
+++ b/frontend/static/favicon.png
Binary files differ
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;