feat(www): match legacy docs theme

This commit is contained in:
Dax Raad
2026-08-11 18:20:38 -04:00
parent b00d8d65fe
commit 492ae1fdfa
+9
View File
@@ -22,6 +22,15 @@ export default defineConfig({
branch: "dev",
dir: "packages/www",
},
theme: {
background: "#131010",
fonts: {
body: "ibm-plex-mono",
display: "ibm-plex-mono",
mono: "ibm-plex-mono",
},
mode: "dark",
},
navigation: {
tabs: [
{ label: "Docs", path: "/" },