Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions sites/floating-ui-svelte.vercel.app/src/app.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -236,11 +236,3 @@ footer .anchor {
transform: translateY(0px);
}
}

/* Shiki Highlighting --- */

html.dark .shiki,
html.dark .shiki span {
color: var(--shiki-dark) !important;
background-color: var(--shiki-dark-bg) !important;
}
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const highlightedLineNumbers = $derived(

const renderedCode = $derived(
highlighter.codeToHtml(code.trim(), {
lang,
lang: lang,
theme: MoonlightDark as ThemeRegistration,
transformers: [
/**
Expand Down