Nightly: Schriftstärke der Soundbutton-Texte auf 501 angehoben (nur Label, keine Icons)

This commit is contained in:
vibe-bot 2025-08-09 15:40:25 +02:00
parent 8488d9da0a
commit fa915fb522

View file

@ -575,6 +575,8 @@ header p {
padding: 12px 16px; /* gleichmäßiges Padding links/rechts */
justify-content: center; /* Text zentrieren */
}
/* Soundbutton-Text minimal kräftiger als 500 */
.sounds-flow .sound-btn > span { font-weight: 501 !important; }
.sound-wrap { position: relative; display: block; }
.sound-wrap.row .sound { width: 100%; }
.row-check { width: 18px; height: 18px; accent-color: #60a5fa; }