Update index.css for better text wrapping

This commit is contained in:
2026-01-31 13:11:19 +01:00
parent fef296ac7e
commit 21787b2d7e

View File

@@ -483,6 +483,9 @@ body {
font-family: "SF Mono", "Menlo", "Consolas", monospace;
font-size: 0.95rem;
line-height: 1.5;
white-space: pre-wrap;
word-break: break-word;
overflow-wrap: anywhere;
background: transparent;
color: var(--ink);
}