From 625fd315515a3bcfeacd04d33ceef78293fa5d5f Mon Sep 17 00:00:00 2001 From: SugoiDogo Date: Thu, 10 Oct 2024 05:23:39 -0700 Subject: [PATCH] Update style.css --- css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index bdd42b3..be90a0e 100644 --- a/css/style.css +++ b/css/style.css @@ -4,6 +4,7 @@ body, body * { + background-color: #ffffff00; padding: 0; margin: 0; font-family: 'Manrope', sans-serif; @@ -76,4 +77,4 @@ p { opacity: 0; top: 25%; } -} \ No newline at end of file +}