Fix chroma CSS overrides

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

View File

@ -680,12 +680,9 @@ table.markdown {
/* Code blocks */
.highlight {
.highlight > .chroma {
background-color: var(--background-1) !important;
margin: 16px 0;
}
.highlight > pre {
padding: 12px 8px;
overflow: auto;
}