13 lines
363 B
CSS
13 lines
363 B
CSS
|
html.dark .astro-code,
|
||
|
html.dark .astro-code 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;
|
||
|
}
|
||
|
|
||
|
.prose a {
|
||
|
--at-apply: prose-link;
|
||
|
}
|