Fix chroma CSS overrides

This commit is contained in:
2022-07-02 18:58:48 -05:00
parent e46288dc45
commit 8aab2ca693

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