minor fix for code blocks
This commit is contained in:
parent
f603c51326
commit
b50da8b30f
1 changed files with 6 additions and 1 deletions
|
@ -311,5 +311,10 @@ blockquote {
|
||||||
}
|
}
|
||||||
code{
|
code{
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
color:var(--theme-accent)
|
color:var(--theme-accent);
|
||||||
|
white-space:break-spaces;
|
||||||
|
word-wrap: normal;
|
||||||
|
}
|
||||||
|
article pre {
|
||||||
|
width:100%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue