personal-website/src/styles/markdown.css
2024-03-13 15:17:11 +08:00

12 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;
}