mirror of
https://github.com/jamiepine/voicebox.git
synced 2026-09-15 12:50:42 -07:00
Catches format drift that accumulated across 13 authored files in app/src and docs/. Auto-generated artifacts (tauri/src-tauri/gen, docs/openapi.json, docs/cli.json, app/src/lib/api) were left alone since the build regenerates them on each run — baking their formatted state into git just causes churn next build. No behavioral changes. Trailing commas, line wrapping, and indentation only. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
15 lines
356 B
CSS
15 lines
356 B
CSS
@import "tailwindcss";
|
|
@import "fumadocs-ui/css/neutral.css";
|
|
@import "fumadocs-ui/css/preset.css";
|
|
@import "fumadocs-openapi/css/preset.css";
|
|
|
|
:root {
|
|
--color-fd-primary: hsl(43, 50%, 50%);
|
|
--color-fd-primary-foreground: hsl(222.2, 47.4%, 11.2%);
|
|
}
|
|
|
|
.dark {
|
|
--color-fd-primary: hsl(43, 50%, 45%);
|
|
--color-fd-primary-foreground: hsl(0, 0%, 95%);
|
|
}
|