From e9d6b74b32ed005bf1805a197be4e58383b0ca27 Mon Sep 17 00:00:00 2001 From: clashofclanselixircollector Date: Wed, 11 Dec 2024 09:54:18 -0800 Subject: [PATCH] this better work or imma crash out --- css/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/styles.css b/css/styles.css index a62d36f..c197526 100644 --- a/css/styles.css +++ b/css/styles.css @@ -22,8 +22,8 @@ body.dark-mode { header { background-color: #8ffef8; - color: white; - text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; + color: black; + text-shadow: -1px 0 #f0f0f0, 0 1px #f0f0f0, 1px 0 #f0f0f0, 0 -1px #f0f0f0; padding: 20px 0; text-align: center; }