From fa5f8ee8cbb6aa10f95620196958c4df8f3aee0e Mon Sep 17 00:00:00 2001 From: "sigonasr2, Sig, Sigo" Date: Wed, 4 May 2022 14:33:23 +0000 Subject: [PATCH] make the gradient deeper --- sitefiles/sig.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sitefiles/sig.css b/sitefiles/sig.css index 169811b..1bee284 100644 --- a/sitefiles/sig.css +++ b/sitefiles/sig.css @@ -97,15 +97,15 @@ body{ .contentBody .contentWrapper .content .unexpanded{ position:absolute; bottom:0px; - min-width:98vw; /*Add a comment here.*/ + min-width:98vw; text-align:center; font-size:1.75em; - background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(15,15,15,1.0) 100%); + background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, rgba(32,32,32,1.0) 100%); } .contentBody .contentWrapper .content .unexpanded:hover{ bottom:-8px; - background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(32,32,32,1.0) 100%); + background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, rgba(32,32,32,1.0) 100%); } .contentBody .contentWrapper .datebar{