Improve the look of code blocks

This commit is contained in:
Joshua Goins 2024-10-13 15:40:31 -04:00
parent ebe746ca63
commit fbc1c6cd4d

View file

@ -434,6 +434,9 @@ hr {
code {
white-space: pre-wrap;
background-color: var(--background-tertiary);
border-radius: 5px;
padding: 3px;
}
pre {