mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-23 09:53:29 +00:00
feat(www): match legacy docs theme
This commit is contained in:
parent
b00d8d65fe
commit
492ae1fdfa
1 changed files with 9 additions and 0 deletions
|
|
@ -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: "/" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue