From 65aab60c1e44bf6b92416eecd4276985ff5e146d Mon Sep 17 00:00:00 2001 From: David Kertzscher Date: Wed, 20 May 2026 13:17:42 +0000 Subject: [PATCH] Dark Mode: Beschreibungstexte Team/Notenrechner/Textanalyse in dunkelblau --- css/style.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 {