fix: match preview text color to xterm.js foreground (#c9d1d9)

This commit is contained in:
Brian Krabach
2026-03-29 18:48:51 -07:00
parent bf76affef2
commit 71fdd544b2
+1 -1
View File
@@ -985,7 +985,7 @@ body {
font-family: var(--font-mono); font-family: var(--font-mono);
font-size: 12px; font-size: 12px;
line-height: 1.5; line-height: 1.5;
color: var(--text); color: #c9d1d9; /* match xterm.js foreground exactly */
white-space: pre-wrap; /* WRAP text instead of horizontal overflow */ white-space: pre-wrap; /* WRAP text instead of horizontal overflow */
word-break: break-all; /* break long lines at viewport edge */ word-break: break-all; /* break long lines at viewport edge */
overflow-x: hidden; overflow-x: hidden;