Merge pull request #7 from welpo/style/codeblock-background

💄 style: change contrast for codeblocks
main
Óscar 2 years ago committed by GitHub
commit 0be7662940
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,9 @@
.z-code { .z-code {
color: #bfbab0; color: #bfbab0;
background-color: #191919; background-color: #151515;
}
[data-theme="light"] .z-code {
background-color: #272430
} }
.z-comment, .z-comment,
.z-punctuation.z-definition.z-comment { .z-punctuation.z-definition.z-comment {

Loading…
Cancel
Save