mirror of
https://git.hmsn.ink/kospo/svcm/dmz.git
synced 2026-03-20 10:13:41 +09:00
9 lines
314 B
SCSS
9 lines
314 B
SCSS
.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;
|
|
}
|