mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-12-22 04:13:17 -06:00
Fix chroma CSS overrides
This commit is contained in:
parent
e46288dc45
commit
8aab2ca693
@ -680,12 +680,9 @@ table.markdown {
|
|||||||
|
|
||||||
|
|
||||||
/* Code blocks */
|
/* Code blocks */
|
||||||
.highlight {
|
.highlight > .chroma {
|
||||||
|
background-color: var(--background-1) !important;
|
||||||
margin: 16px 0;
|
margin: 16px 0;
|
||||||
}
|
|
||||||
|
|
||||||
.highlight > pre {
|
|
||||||
padding: 12px 8px;
|
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user