UNPKG

spaceship-monolith

Version:
22 lines (18 loc) 472 B
.astro-code code { background: transparent !important; } @utility expressive-code { pre > code { @apply font-code!; } } @media (prefers-color-scheme: dark) { .astro-code, .astro-code span { color: var(--shiki-dark) !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; } } @source inline("expressive-code");