From 5681f7383c31035352d0f238237538aafc874ce5 Mon Sep 17 00:00:00 2001 From: "sigonasr2, Sig, Sigo" Date: Tue, 3 May 2022 13:49:19 +0000 Subject: [PATCH] lower the alpha --- sitefiles/sig.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sitefiles/sig.css b/sitefiles/sig.css index c6d2ba8..4cf7707 100644 --- a/sitefiles/sig.css +++ b/sitefiles/sig.css @@ -50,6 +50,6 @@ body{ } .content{ - background-color: rgba(255, 255, 255, .6); + background-color: rgba(255, 255, 255, .15); backdrop-filter: blur(10px); } \ No newline at end of file