always follow syntect theme
This commit is contained in:
parent
91b48850db
commit
b9f6d98d49
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@ pre > code {
|
|||
padding: 1.25em 1.5em;
|
||||
display: block;
|
||||
|
||||
background-color: var(--base);
|
||||
color: var(--text);
|
||||
background-color: unset;
|
||||
color: unset;
|
||||
}
|
||||
|
||||
img {
|
||||
|
|
Loading…
Reference in a new issue