mirror of
https://git.hmsn.ink/kospo/svcm/dmz.git
synced 2026-03-20 14:13:33 +09:00
first
This commit is contained in:
8
src/scss/components/_shiki.scss
Normal file
8
src/scss/components/_shiki.scss
Normal file
@@ -0,0 +1,8 @@
|
||||
.is-dark .shiki,
|
||||
.is-dark .shiki span {
|
||||
color: var(--shiki-dark) !important;
|
||||
// background-color: var(--shiki-dark-bg) !important;
|
||||
font-style: var(--shiki-dark-font-style) !important;
|
||||
font-weight: var(--shiki-dark-font-weight) !important;
|
||||
text-decoration: var(--shiki-dark-text-decoration) !important;
|
||||
}
|
||||
Reference in New Issue
Block a user