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; }