From 941f6816719d0d2f303bf14954c3d31f28c9d43c Mon Sep 17 00:00:00 2001 From: clashofclanselixircollector Date: Wed, 11 Dec 2024 09:44:15 -0800 Subject: [PATCH] cooking... --- css/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/styles.css b/css/styles.css index 058e94a..a62d36f 100644 --- a/css/styles.css +++ b/css/styles.css @@ -23,6 +23,7 @@ body.dark-mode { header { background-color: #8ffef8; color: white; + text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; padding: 20px 0; text-align: center; }