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:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user