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;
|
margin: 1rem 0 1rem;
|
||||||
box-shadow: var(--edge-highlight), var(--shadow);
|
box-shadow: var(--edge-highlight), var(--shadow);
|
||||||
border-radius: var(--rounded-corner);
|
border-radius: var(--rounded-corner);
|
||||||
|
background-color: var(--fg-muted-1);
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
max-width: 100vw;
|
max-width: 100vw;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
Reference in New Issue
Block a user