From cd12bfb31631ecb9adb27c5a33fc3abb55adf3fd Mon Sep 17 00:00:00 2001 From: "sigonasr2, Sig, Sigo" Date: Wed, 4 May 2022 14:37:59 +0000 Subject: [PATCH] cut down even more content --- sitefiles/sig.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sitefiles/sig.css b/sitefiles/sig.css index 11750f1..b10090b 100644 --- a/sitefiles/sig.css +++ b/sitefiles/sig.css @@ -118,10 +118,10 @@ body{ min-width:98vw; text-align:center; font-size:1.75em; - background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, rgba(32,32,32,1.0) 100%); + background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 5%, rgba(32,32,32,1.0) 100%); } .contentBody .contentWrapper .unexpanded:hover{ bottom:-8px; - background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, rgba(32,32,32,1.0) 100%); + background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 5%, rgba(32,32,32,1.0) 100%); } \ No newline at end of file