From ec5b49144ee6d4f79c849b2934bccca45286084e Mon Sep 17 00:00:00 2001 From: anti Date: Sat, 9 May 2026 23:24:37 -0400 Subject: [PATCH] fix(ui): transparent input bg fallback so light-mode text is legible --- decnet_web/src/components/Config/tabs/LLMTab.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/decnet_web/src/components/Config/tabs/LLMTab.css b/decnet_web/src/components/Config/tabs/LLMTab.css index f1faafb3..6cbd774d 100644 --- a/decnet_web/src/components/Config/tabs/LLMTab.css +++ b/decnet_web/src/components/Config/tabs/LLMTab.css @@ -38,7 +38,7 @@ } .llm-tab-root .input { - background: var(--bg-elev, rgba(0, 0, 0, 0.3)); + background: var(--bg-elev, transparent); border: 1px solid var(--border); color: var(--text); padding: 7px 10px;