chore: remove personal config from PR (use default colors)

This commit is contained in:
yzhai 2026-03-16 18:31:48 +08:00
parent 8fb97a8002
commit 5e92a86803

View File

@ -38,7 +38,7 @@ The output uses the `--textHighlight` CSS variable defined in `quartz.config.ts`
```ts ```ts
// quartz.config.ts // quartz.config.ts
colors: { colors: {
lightMode: { textHighlight: "#84a59d88" }, lightMode: { textHighlight: "#fff23688" },
darkMode: { textHighlight: "#84a59d88" }, darkMode: { textHighlight: "#b3aa0288" },
} }
``` ```