Dark Mode: Beschreibungstexte Team/Notenrechner/Textanalyse in dunkelblau

This commit is contained in:
David Kertzscher 2026-05-20 13:17:42 +00:00
parent 2c450ca454
commit 65aab60c1e

View file

@ -209,6 +209,21 @@ body.dark .card p {
color: #cbd5e1; 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 */ /* Dark Mode - Buttons */
html.dark , html.dark ,
body.dark button { body.dark button {