Set background color on code blocks
Handle the scenario in which syntax highlighting is disabled
This commit is contained in:
@ -19,6 +19,7 @@ pre {
|
||||
margin: 1rem 0 1rem;
|
||||
box-shadow: var(--edge-highlight), var(--shadow);
|
||||
border-radius: var(--rounded-corner);
|
||||
background-color: var(--fg-muted-1);
|
||||
padding: 1rem;
|
||||
max-width: 100vw;
|
||||
overflow: auto;
|
||||
|
Reference in New Issue
Block a user