also looking at this
fix(spa): repair client-side router and polish default theme
#71
9 files
+1037
-170
| @@ -11,6 +11,8 @@ | ||
| 11 | 11 | * - Dark backgrounds: #0d0e11, #14151a, #282a36 |
| 12 | 12 | */ |
| 13 | 13 | |
| 14 | import { layoutCSS } from '../vitepress' | |
| 15 | ||
| 14 | 16 | // CSS Variables - Exact values from bun.sh |
| 15 | 17 | const varsCSS = `/** |
| 16 | 18 | * Bun Theme for BunPress |
| @@ -2036,6 +2038,7 @@ export function getBunThemeCSS(): string { | ||
| 2036 | 2038 | /* Colors extracted from bun.sh */ |
| 2037 | 2039 | ${varsCSS} |
| 2038 | 2040 | ${baseCSS} |
| 2041 | ${layoutCSS} | |
| 2039 | 2042 | ${customBlockCSS} |
| 2040 | 2043 | ${codeGroupCSS} |
| 2041 | 2044 | ${bunExtrasCSS} |