Improve the look of code blocks
This commit is contained in:
parent
ebe746ca63
commit
fbc1c6cd4d
1 changed files with 3 additions and 0 deletions
|
@ -434,6 +434,9 @@ hr {
|
||||||
|
|
||||||
code {
|
code {
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
|
background-color: var(--background-tertiary);
|
||||||
|
border-radius: 5px;
|
||||||
|
padding: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
|
|
Loading…
Add table
Reference in a new issue