From 204e7dfb3819314f33a724c98a6efee81e791683 Mon Sep 17 00:00:00 2001 From: "sigonasr2, Sig, Sigo" Date: Tue, 3 May 2022 15:52:02 +0000 Subject: [PATCH] Make it much tinier --- sitefiles/sig.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sitefiles/sig.css b/sitefiles/sig.css index e915b44..1845d8c 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) 95%, rgb(17, 153, 17, .3) 100%); + background: linear-gradient(90deg,rgba(255, 255, 255, .06) 0%, rgba(255, 255, 255, .06) 99.4%, 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);