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