From 8944639e6ee0e65367facce4fc171e47c75715c1 Mon Sep 17 00:00:00 2001 From: vibe-bot Date: Sat, 9 Aug 2025 00:15:07 +0200 Subject: [PATCH] =?UTF-8?q?Light=20Theme:=20Sound-Karten-Text/Buttons=20au?= =?UTF-8?q?f=20dunkles=20Schwarz=20gestellt=20(#1d1d1f)=20f=C3=BCr=20Lesba?= =?UTF-8?q?rkeit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/src/styles.css b/web/src/styles.css index 7ef5376..181fd39 100644 --- a/web/src/styles.css +++ b/web/src/styles.css @@ -46,7 +46,7 @@ body { [data-theme="light"] .tag-btn.active { background: #007aff; color: #fff; font-weight: 600; } [data-theme="light"] .input-field { width: 100%; background: #f2f2f6; border: 1px solid #dcdce1; border-radius: .5rem; padding: .5rem 1rem .5rem 2.5rem; color: #1d1d1f; outline: none; } [data-theme="light"] .input-field:focus { box-shadow: 0 0 0 3px rgba(0,122,255,.25); border-color: transparent; } -[data-theme="light"] .sound-btn { background: #ffffff; border: 1px solid #e8e8ed; box-shadow: 0 1px 2px rgba(0,0,0,.05); transition: all .2s ease; } +[data-theme="light"] .sound-btn { background: #ffffff; border: 1px solid #e8e8ed; box-shadow: 0 1px 2px rgba(0,0,0,.05); transition: all .2s ease; color: #1d1d1f; } [data-theme="light"] .sound-btn:hover { transform: translateY(-1px); box-shadow: 0 4px 12px rgba(0,0,0,.1); border-color: #007aff; } .gradient-text { background: -webkit-linear-gradient(45deg, #333, #555); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; } @@ -334,6 +334,7 @@ header p { opacity: .8; } letter-spacing: .2px; box-shadow: 0 10px 30px rgba(0,0,0,.25); } +[data-theme="light"] .sound { color: #1d1d1f; background: #ffffff; border-color: #e8e8ed; } .sound:hover { filter: brightness(1.06); background: rgba(255,255,255,.1); } .sound:disabled { opacity: 0.6; cursor: not-allowed; }