ReviewOS

also looking at this

stacks/bunpress

fix(spa): repair client-side router and polish default theme

#71
Merged glennmichael123 wants to merge fix/spa-nav-and-theme-polish into main
9 files +1037 -170
packages/bunpress/src/themes/bun/index.tsmodified+3-0
Changes to packages/bunpress/src/themes/bun/index.ts
@@ -11,6 +11,8 @@
1111 * - Dark backgrounds: #0d0e11, #14151a, #282a36
1212 */
1313
14import { layoutCSS } from '../vitepress'
15
1416// CSS Variables - Exact values from bun.sh
1517const varsCSS = `/**
1618 * Bun Theme for BunPress
@@ -2036,6 +2038,7 @@ export function getBunThemeCSS(): string {
20362038/* Colors extracted from bun.sh */
20372039${varsCSS}
20382040${baseCSS}
2041${layoutCSS}
20392042${customBlockCSS}
20402043${codeGroupCSS}
20412044${bunExtrasCSS}