We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d181611 commit 2e0dc6fCopy full SHA for 2e0dc6f
src/app/globals.css
@@ -62,6 +62,8 @@ html {
62
--color-muted-foreground: var(--muted-foreground);
63
--color-primary: var(--primary);
64
--color-primary-foreground: var(--primary-foreground);
65
+ --color-ring: var(--ring-dark);
66
+ --color-ring-light: var(--ring-light);
67
--color-secondary: var(--secondary);
68
--color-secondary-foreground: var(--secondary-foreground);
69
}
@@ -78,6 +80,8 @@ html {
78
80
--muted-foreground: oklch(0.45782 0.00486 286.054);
79
81
--primary: oklch(0.21 0.006 285.885);
82
--primary-foreground: oklch(0.985 0 0);
83
+ --ring-dark: oklch(0.141 0.005 285.823);
84
+ --ring-light: oklch(0.985 0 0);
85
--secondary: oklch(0.967 0.001 286.375);
86
--secondary-foreground: oklch(0.21 0.006 285.885);
87
0 commit comments