diff --git a/frontend/src/index.css b/frontend/src/index.css index 35a416b..79596e7 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -8,7 +8,7 @@ --foreground: #0a0a0f; --muted: #f4f4f5; --muted-foreground: #6b7280; - --border: #e5e7eb; + --border: #b9bec7; --primary: #7c3aed; --primary-foreground: #ffffff; } @@ -18,7 +18,7 @@ --foreground: #e5e7eb; --muted: #17181f; --muted-foreground: #9ca3af; - --border: #2a2c37; + --border: #454958; --primary: #a78bfa; --primary-foreground: #0b0c10; }