Sanitizes html input

This commit is contained in:
Mouse Reeve
2020-02-14 21:45:13 -08:00
parent f414884e00
commit 6df9700604
4 changed files with 59 additions and 1 deletions

View File

@ -4,6 +4,9 @@
padding: 0;
line-height: 1.3em;
font-family: sans-serif;
}
h1, h2, h3, h4 {
font-weight: normal;
}