Optional bundled fonts (fixes #44). Style cleanups

This commit is contained in:
daudix
2024-09-15 03:49:59 +03:00
parent 4ed42a397b
commit a5f16ca54f
66 changed files with 172 additions and 90 deletions

View File

@ -12,7 +12,7 @@ code:not(pre code) {
background-color: var(--fg-muted-1);
padding: 0.125rem 0.375rem;
color: var(--red-fg);
font-size: 0.875em;
font-size: smaller;
}
pre {
@ -23,7 +23,7 @@ pre {
padding: 1rem;
max-width: 100vw;
overflow: auto;
line-height: 1.25;
line-height: normal;
table {
box-shadow: none;