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{