Fix syntax highlighting background

This commit is contained in:
BBaoVanC 2022-07-02 19:01:01 -05:00
parent 8aab2ca693
commit 56d8a07893
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
1 changed files with 5 additions and 2 deletions

View File

@ -680,12 +680,15 @@ table.markdown {
/* Code blocks */
.highlight > .chroma {
background-color: var(--background-1) !important;
.highlight > .chroma {
margin: 16px 0;
overflow: auto;
}
.chroma {
background-color: var(--background-1) !important;
}
:not(pre) > code {
background-color: var(--background-2);
/* Disable this because it overrides inline code blocks that are