diff --git a/style.css b/style.css index f926507c..52443089 100644 --- a/style.css +++ b/style.css @@ -679,6 +679,7 @@ h2 { .benefits h2 { text-align: center; + color: #ffffff; } .benefits ul { @@ -2869,6 +2870,10 @@ label { color: #5e2b9f; /* Purple color for labels */ } +.dark-mode label { + color: #e0e0e0; /* Light grey text */ +} + input[type="text"], textarea, select {