mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-15 17:08:21 -04:00
fix: docs light theme (#42395)
This commit is contained in:
@@ -23,7 +23,7 @@ export default defineConfig({
|
||||
dir: "packages/www",
|
||||
},
|
||||
theme: {
|
||||
background: "#131010",
|
||||
background: { dark: "#131010" },
|
||||
fonts: {
|
||||
body: "ibm-plex-mono",
|
||||
display: "ibm-plex-mono",
|
||||
|
||||
Reference in New Issue
Block a user