fix(style): set bg color for pre
tags
This commit is contained in:
parent
5adc4a1a10
commit
9b50744104
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user