Lower codeblock contrast in light mode; increase in dark mode

This commit is contained in:
welpo 2023-02-03 12:52:03 +01:00
parent c6ec7c7505
commit 26ee66a7df

View file

@ -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 {