From ceedd596c9f39f53555fd0746a42d6b85cd49b6c Mon Sep 17 00:00:00 2001 From: Alex Vitkov Date: Sat, 26 Dec 2020 13:23:26 +0200 Subject: asdf --- arrow.svg | 4 ++-- arrows.js | 2 +- style.css | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/arrow.svg b/arrow.svg index 1f65efe..040182d 100644 --- a/arrow.svg +++ b/arrow.svg @@ -52,10 +52,10 @@ + style="fill:#ffffff;fill-opacity:1"> diff --git a/arrows.js b/arrows.js index 4584aea..ec7352c 100644 --- a/arrows.js +++ b/arrows.js @@ -3,7 +3,7 @@ arrows = []; const minSpeed = 3; const maxSpeed = 8; -const delay = 3000; +const delay = 1500; const lifetime = 20000; function make_arrow() { diff --git a/style.css b/style.css index 89442f4..e6c5e93 100644 --- a/style.css +++ b/style.css @@ -177,5 +177,5 @@ input[type=submit]:hover { #arrows > img { position: absolute; bottom: 0; - z-index: 200; + z-index: -200; } -- cgit v1.2.3