Skip to content

Commit e83f79a

Browse files
feat: override --primary to red for governance colorscheme
1 parent fca9212 commit e83f79a

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

src/styles/global.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@
2323
--max-width-doc: 48rem;
2424
}
2525

26+
/* Override DS primary color — Governance uses red/crimson */
27+
:root {
28+
--primary: oklch(0.577 0.245 27.325); /* red-600 */
29+
--primary-foreground: oklch(1 0 0); /* white text on red */
30+
--ring: oklch(0.577 0.245 27.325);
31+
--accent: oklch(0.94 0.02 25);
32+
--accent-foreground: oklch(0.45 0.15 25);
33+
}
34+
2635
@layer base {
2736
body {
2837
@apply bg-white text-visdom-gray-600 antialiased;

0 commit comments

Comments
 (0)