💄 style: default light mode

This commit is contained in:
welpo
2023-02-10 02:15:05 +01:00
parent 2cfb57e758
commit 722d493a9a
6 changed files with 49 additions and 42 deletions

View File

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