fix(style): set bg color for pre tags

This commit is contained in:
Price Hiller 2024-04-12 12:05:54 -05:00
parent 5adc4a1a10
commit 9b50744104
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -293,6 +293,7 @@ pre {
overflow: auto;
outline-style: solid;
outline-color: var(--sumiInk2);
background-color: var(--sumiInk1);
outline-width: 2.5px;
width: min(90vw, 800px);
transition-duration: 0.25s;
@ -312,7 +313,6 @@ code {
border-radius: 6px;
padding: 2px;
font-family: monospace;
background-color: var(--sumiInk3);
line-height: 22px;
}