💄 style: change contrast for codeblocks
Lowers the contrast for codeblocks' background in light theme and increases it for the dark theme.
This commit is contained in:
parent
767d92a5eb
commit
ec93d0a4ae
@ -1,6 +1,9 @@
|
||||
.z-code {
|
||||
color: #bfbab0;
|
||||
background-color: #191919;
|
||||
background-color: #151515;
|
||||
}
|
||||
[data-theme="light"] .z-code {
|
||||
background-color: #272430
|
||||
}
|
||||
.z-comment,
|
||||
.z-punctuation.z-definition.z-comment {
|
||||
|
Loading…
x
Reference in New Issue
Block a user