From 25dd215c1b259011cfee21bc1e1dd1c2e588d953 Mon Sep 17 00:00:00 2001 From: "sigonasr2, Sig, Sigo" Date: Wed, 4 May 2022 14:16:22 +0000 Subject: [PATCH] Flip the gradient --- sitefiles/sig.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sitefiles/sig.css b/sitefiles/sig.css index 127618b..fdd2d32 100644 --- a/sitefiles/sig.css +++ b/sitefiles/sig.css @@ -101,12 +101,12 @@ body{ text-align:center; font-size:1.75em; padding-top:2px; - background: linear-gradient(0deg,rgba(255, 255, 255, 0) 0%, rgba(15,15,15,1.0) 100%); + background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(15,15,15,1.0) 100%); } .contentBody .contentWrapper .content .unexpanded:hover{ padding-top:8px; - background: linear-gradient(0deg,rgba(255, 255, 255, 0) 0%, rgba(32,32,32,1.0) 100%); + background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(32,32,32,1.0) 100%); } .contentBody .contentWrapper .datebar{