From 12f49a29d5d8517a6aff15128b8db726c93ccc58 Mon Sep 17 00:00:00 2001 From: "sigonasr2, Sig, Sigo" Date: Wed, 4 May 2022 14:15:46 +0000 Subject: [PATCH] Hide away text --- sitefiles/sig.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sitefiles/sig.css b/sitefiles/sig.css index 2a8da2a..127618b 100644 --- a/sitefiles/sig.css +++ b/sitefiles/sig.css @@ -101,11 +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%); } .contentBody .contentWrapper .content .unexpanded:hover{ padding-top:8px; - background-color: rgba(255, 255, 255, .06); + background: linear-gradient(0deg,rgba(255, 255, 255, 0) 0%, rgba(32,32,32,1.0) 100%); } .contentBody .contentWrapper .datebar{