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;