use bs4 for pre2br; fix style sheet for tables

Also: load default.css from the actual file if the package is not
zipped.
This commit is contained in:
Mathieu PATUREL
2017-01-26 10:36:52 +11:00
parent bad1cb74c6
commit 48c1800065
5 changed files with 24 additions and 5 deletions

View File

@ -43,6 +43,14 @@ pre code {
pre code .space {
color: var(--light-bg)
}
pre.table {
background-color: var(--backgroud);
}
pre.table code {
background-color: var(--backgroud);
padding: 0;
margin: 0;
}
kbd {
padding: 0 5px;