From d35f359d00df8bc45502369b6713a252c532ed00 Mon Sep 17 00:00:00 2001 From: vibe-bot Date: Sat, 9 Aug 2025 01:37:31 +0200 Subject: [PATCH] =?UTF-8?q?Rainbow=20Theme:=20Header-Labels=20(text-gray-4?= =?UTF-8?q?00)=20auf=20Wei=C3=9F=20gestellt=20f=C3=BCr=20bessere=20Lesbark?= =?UTF-8?q?eit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/styles.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/src/styles.css b/web/src/styles.css index a82f765..e8bcca6 100644 --- a/web/src/styles.css +++ b/web/src/styles.css @@ -329,6 +329,8 @@ header { background-clip: padding-box, border-box; color: #ffffff; } +/* Rainbow Header: Sekundärtexte sichtbar machen */ +[data-theme="rainbow"] header .text-gray-400 { color: #ffffff !important; opacity: 1 !important; } /* Header-Titel und Uhrzeit */ header h1 { margin: 0;