From dbade5a3d9765b0e8a2a481a0e9e314c06f6fe40 Mon Sep 17 00:00:00 2001 From: Brian Krabach Date: Sun, 29 Mar 2026 18:09:09 -0700 Subject: [PATCH] =?UTF-8?q?fix:=20preview=20overlay=20text=20color=20?= =?UTF-8?q?=E2=80=94=20use=20primary=20text,=20not=20disabled=20dim?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- muxplex/frontend/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/muxplex/frontend/style.css b/muxplex/frontend/style.css index 961ee2e..837bb81 100644 --- a/muxplex/frontend/style.css +++ b/muxplex/frontend/style.css @@ -985,7 +985,7 @@ body { font-family: var(--font-mono); font-size: 12px; line-height: 1.5; - color: var(--text-dim); + color: var(--text); white-space: pre-wrap; /* WRAP text instead of horizontal overflow */ word-break: break-all; /* break long lines at viewport edge */ overflow-x: hidden;