From 487970c96b500469d238735764e0031533270cc8 Mon Sep 17 00:00:00 2001 From: "sigonasr2, Sig, Sigo" Date: Tue, 3 May 2022 14:15:21 +0000 Subject: [PATCH] Make it more specific --- sitefiles/sig.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sitefiles/sig.css b/sitefiles/sig.css index bb328df..54722cf 100644 --- a/sitefiles/sig.css +++ b/sitefiles/sig.css @@ -48,8 +48,6 @@ body{ font-family: Garamond, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background-color:$SITE_BACKCOL; - color: #991199; - text-shadow: 1px 1px 4px #AAAAAA; } .content{ @@ -61,4 +59,6 @@ body{ padding: 4px; background-color: rgba(255, 255, 255, .075); backdrop-filter: blur(10px); + color: #991199; + text-shadow: 1px 1px 4px #AAAAAA; } \ No newline at end of file