From fa915fb52206fdd6356688be68c1a8e655870626 Mon Sep 17 00:00:00 2001 From: vibe-bot Date: Sat, 9 Aug 2025 15:40:25 +0200 Subject: [PATCH] =?UTF-8?q?Nightly:=20Schriftst=C3=A4rke=20der=20Soundbutt?= =?UTF-8?q?on-Texte=20auf=20501=20angehoben=20(nur=20Label,=20keine=20Icon?= =?UTF-8?q?s)?= 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 72d18c6..033a922 100644 --- a/web/src/styles.css +++ b/web/src/styles.css @@ -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; }