Set background color on code blocks

Handle the scenario in which syntax highlighting is disabled
This commit is contained in:
daudix
2024-07-23 05:22:18 +03:00
parent 1790df356e
commit 9138c95f29

View File

@ -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;