summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--locations/identities.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/locations/identities.html b/locations/identities.html
index efb77a0..7bd13cf 100644
--- a/locations/identities.html
+++ b/locations/identities.html
@@ -163,10 +163,10 @@
pointer-events: none;
position: fixed;
background: rgb(255,255,255);
- background: linear-gradient(0deg, rgba(128,128,128,0.2) 0%, rgba(128,128,128,0.0) 100%);
+ background: linear-gradient(0deg, rgba(128, 128, 128, 0.0), rgba(128,128,128,0.2) 5%, rgba(128,128,128,0.0) 100%);
width: -moz-available;
height: 30%;
- top: -40%;
+ top: -30%;
animation-name: scandown;
animation-duration: 10s;
animation-iteration-count: infinite;