default css as a standalone file for reference
This commit is contained in:
parent
47d6f2e6f0
commit
e7aa4cae96
1 changed files with 8 additions and 0 deletions
8
templates/default.css
Normal file
8
templates/default.css
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
pre {
|
||||
font: unset;
|
||||
max-width: 70ch;
|
||||
margin: 0 auto;
|
||||
padding: 1rem;
|
||||
white-space: pre-wrap;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue