fix: preview overlay text color — use primary text, not disabled dim
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user