diff options
author | Alex Vitkov <alexvitkov98@gmail.com> | 2020-12-26 13:23:26 +0200 |
---|---|---|
committer | Alex Vitkov <alexvitkov98@gmail.com> | 2020-12-26 13:23:26 +0200 |
commit | ceedd596c9f39f53555fd0746a42d6b85cd49b6c (patch) | |
tree | 587c77bc1f92d27150b28916c49ab3a2da592a92 | |
parent | 6c745ea0f54e660577d070b2ddaf4977039a094a (diff) | |
download | fileup-ceedd596c9f39f53555fd0746a42d6b85cd49b6c.tar.gz |
asdf
-rw-r--r-- | arrow.svg | 4 | ||||
-rw-r--r-- | arrows.js | 2 | ||||
-rw-r--r-- | style.css | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -52,10 +52,10 @@ <g id="layer1" transform="translate(-9.8831177,-26.865543)" - style="fill:#231179;fill-opacity:1"> + style="fill:#ffffff;fill-opacity:1"> <path id="rect12" - style="fill:#231179;fill-rule:evenodd;stroke-width:0.860931;fill-opacity:1" + style="fill:#ffffff;fill-rule:evenodd;stroke-width:0.860931;fill-opacity:1" d="M 101.58398,101.53906 37.353516,254.44747 75.386719,234.3418 v 487.68554 l 26.197261,-20.0516 26.19922,20.05356 V 234.3418 l 38.03321,20.10567 z" transform="scale(0.26458333)" /> </g> @@ -3,7 +3,7 @@ arrows = []; const minSpeed = 3; const maxSpeed = 8; -const delay = 3000; +const delay = 1500; const lifetime = 20000; function make_arrow() { @@ -177,5 +177,5 @@ input[type=submit]:hover { #arrows > img { position: absolute; bottom: 0; - z-index: 200; + z-index: -200; } |