From 229694a959b23037792e4a37e6a90e52a5a4b05b Mon Sep 17 00:00:00 2001 From: talha Date: Sun, 11 Aug 2024 21:58:26 +0500 Subject: Updated scanlines --- locations/identities.html | 4 ++-- 1 file 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; -- cgit v1.2.3