fix pre/code

This commit is contained in:
Geoff Doty 2021-10-16 03:15:48 -04:00
parent 8090d1fc9f
commit ab4457ff63
1 changed files with 6 additions and 3 deletions

View File

@ -91,10 +91,7 @@ blockquote {
pre, code, kbd { pre, code, kbd {
font-family: monospace; font-family: monospace;
display: inline-block;
white-space: pre; white-space: pre;
margin: 0;
padding: 0;
} }
code { code {
@ -103,6 +100,12 @@ code {
background: var(--bg); background: var(--bg);
} }
pre>code {
display: block;
padding: var(--space);
width: 100%;
}
hr { hr {
color: var(--theme); color: var(--theme);
border: 1px solid; border: 1px solid;