diff --git a/css/style.css b/css/style.css index da04451..ca2eae0 100644 --- a/css/style.css +++ b/css/style.css @@ -209,6 +209,21 @@ body.dark .card p { color: #cbd5e1; } +/* Dark Mode – Team-Beschreibung */ +body.dark .team-description { + color: #1e3a5f; +} + +/* Dark Mode – Notenrechner Beschreibung */ +body.dark .calculator-box p { + color: #1e3a5f; +} + +/* Dark Mode – Textanalyse Metriken Beschreibung */ +body.dark .metric-card p { + color: #1e3a5f; +} + /* Dark Mode - Buttons */ html.dark , body.dark button {