From 196f473b01b000e15f288159b07ca1f501707e34 Mon Sep 17 00:00:00 2001 From: vibe-bot Date: Fri, 8 Aug 2025 13:00:43 +0200 Subject: [PATCH] style(select): Dropdown lesbar (dunkler Option-Hintergrund, heller Text) --- web/src/styles.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/src/styles.css b/web/src/styles.css index 30617d5..390cd11 100644 --- a/web/src/styles.css +++ b/web/src/styles.css @@ -38,6 +38,8 @@ header p { opacity: .8; } backdrop-filter: blur(18px); box-shadow: inset 0 1px 0 rgba(255,255,255,.2); } +.control select option { background-color: #0f1530; color: #e7e7ee; } +.control select optgroup { background-color: #0f1530; color: #c8c8d8; } .control input::placeholder { color: #c8c8d8; } .control.volume { display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: center; }