Merge pull request #7 from welpo/style/codeblock-background
💄 style: change contrast for codeblocks
This commit is contained in:
commit
0be7662940
@ -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