change success color
This commit is contained in:
parent
2bba31dfad
commit
0784e0f3d3
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--radius: 0.5rem;
|
--radius: 0.5rem;
|
||||||
--success: oklch(0.637 0.237 205.331);
|
--success: oklch(72.3% 0.219 149.579);
|
||||||
|
|
||||||
--background: oklch(1 0 0);
|
--background: oklch(1 0 0);
|
||||||
--foreground: oklch(0.141 0.005 285.823);
|
--foreground: oklch(0.141 0.005 285.823);
|
||||||
|
|
|
||||||
Reference in a new issue