forked from david-swift/duckling
Set background color on code blocks
Handle the scenario in which syntax highlighting is disabled
This commit is contained in:
parent
1790df356e
commit
9138c95f29
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user