aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arrow.svg4
-rw-r--r--arrows.js2
-rw-r--r--style.css2
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 @@
<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>
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;
}