default css as a standalone file for reference

This commit is contained in:
Lewis Wynne 2026-04-09 17:16:20 +01:00
parent 47d6f2e6f0
commit e7aa4cae96

8
templates/default.css Normal file
View file

@ -0,0 +1,8 @@
pre {
font: unset;
max-width: 70ch;
margin: 0 auto;
padding: 1rem;
white-space: pre-wrap;
word-wrap: break-word;
}