mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-12-22 12:13:19 -06:00
Fix syntax highlighting background
This commit is contained in:
parent
8aab2ca693
commit
56d8a07893
@ -681,11 +681,14 @@ table.markdown {
|
|||||||
|
|
||||||
/* Code blocks */
|
/* Code blocks */
|
||||||
.highlight > .chroma {
|
.highlight > .chroma {
|
||||||
background-color: var(--background-1) !important;
|
|
||||||
margin: 16px 0;
|
margin: 16px 0;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.chroma {
|
||||||
|
background-color: var(--background-1) !important;
|
||||||
|
}
|
||||||
|
|
||||||
:not(pre) > code {
|
:not(pre) > code {
|
||||||
background-color: var(--background-2);
|
background-color: var(--background-2);
|
||||||
/* Disable this because it overrides inline code blocks that are
|
/* Disable this because it overrides inline code blocks that are
|
||||||
|
Loading…
Reference in New Issue
Block a user