Optional bundled fonts (fixes #44). Style cleanups
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user