more styles

This commit is contained in:
Henry Jameson 2018-11-26 00:23:07 +03:00
parent 94b481fa9c
commit d7eec4c30d
1 changed files with 4 additions and 1 deletions

View File

@ -340,7 +340,10 @@
pre {
overflow: auto;
font-family: var(--postCodeFont, sans-serif);
}
code, samp, kbd, var, pre {
font-family: var(--postCodeFont, monospace);
}
p {