From d67b2fc8376149557e25afc4f82c0bddbec776c0 Mon Sep 17 00:00:00 2001 From: "sigonasr2, Sig, Sigo" Date: Tue, 3 May 2022 14:16:02 +0000 Subject: [PATCH] Less powerful shadows --- sitefiles/sig.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sitefiles/sig.css b/sitefiles/sig.css index 54722cf..d0aea60 100644 --- a/sitefiles/sig.css +++ b/sitefiles/sig.css @@ -60,5 +60,5 @@ body{ background-color: rgba(255, 255, 255, .075); backdrop-filter: blur(10px); color: #991199; - text-shadow: 1px 1px 4px #AAAAAA; + text-shadow: 0.3px 0.3px 3px #666666; } \ No newline at end of file