diff --git a/sitefiles/sig.css b/sitefiles/sig.css index 1845d8c..d7c4cfc 100644 --- a/sitefiles/sig.css +++ b/sitefiles/sig.css @@ -58,7 +58,7 @@ body{ } .contentBody .contentWrapper{ - background: linear-gradient(90deg,rgba(255, 255, 255, .06) 0%, rgba(255, 255, 255, .06) 99.4%, rgb(17, 153, 17, .3) 100%); + background: linear-gradient(90deg,rgba(255, 255, 255, .06) 0%, rgba(255, 255, 255, .06) 99.8%, rgb(17, 153, 17, .3) 100%); border-style: none none outset none; border-radius: 0px 0px 12px 0px; border-color: rgb(17, 153, 17, .3); @@ -69,6 +69,7 @@ body{ .contentBody .contentWrapper:hover{ border-color: rgb(17, 153, 17, .8); + background: linear-gradient(90deg,rgba(255, 255, 255, .06) 0%, rgba(255, 255, 255, .06) 99.8%, rgb(17, 153, 17, .8) 100%); } .contentBody .contentWrapper h1{