mirror of
https://github.com/welpo/tabi.git
synced 2025-12-17 04:48:44 +01:00
💄 style: default light mode
This commit is contained in:
parent
2cfb57e758
commit
722d493a9a
6 changed files with 49 additions and 42 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue