Rainbow Theme: Header-Labels (text-gray-400) auf Weiß gestellt für bessere Lesbarkeit

This commit is contained in:
vibe-bot 2025-08-09 01:37:31 +02:00
parent f699a1532a
commit d35f359d00

View file

@ -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;