mirror of
https://github.com/welpo/tabi.git
synced 2025-12-14 11:48:45 +01:00
Lower codeblock contrast in light mode; increase in dark mode
This commit is contained in:
parent
c6ec7c7505
commit
26ee66a7df
1 changed files with 4 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue