-
+
diff --git a/docs/unocss.config.ts b/docs/unocss.config.ts
index e665e8ae..55bbf0ba 100644
--- a/docs/unocss.config.ts
+++ b/docs/unocss.config.ts
@@ -38,6 +38,8 @@ export default defineConfig({
theme: {
colors: {
brand: 'hsl(44, 100%, 77%)',
+ bgLight: '#eff0eb',
+ bgDark: '#1e1e20',
},
},
})