webtools/site/golines/style.css
Leon Mika 40e5379eb3
All checks were successful
/ publish (push) Successful in 2m43s
Added golines playground
2026-09-06 09:24:54 +10:00

13 lines
219 B
CSS

textarea {
height: 28rem;
font-family: monospace;
font-size: 0.8rem;
white-space: pre;
overflow-wrap: normal;
tab-size: 4;
}
#message {
white-space: pre-wrap;
overflow-wrap: anywhere;
}