Update border colors in index.css for improved UI consistency
CI / Backend (build + test) (push) Successful in 1m18s
CI / Frontend (lint + typecheck + build) (push) Successful in 33s

- Changed the border color variables in index.css to enhance the visual design, ensuring a more cohesive look across the application.
This commit is contained in:
Leonid Pershin
2026-07-02 22:28:09 +03:00
parent a0cb1b03be
commit 05d49a8cbd
+2 -2
View File
@@ -8,7 +8,7 @@
--foreground: #0a0a0f; --foreground: #0a0a0f;
--muted: #f4f4f5; --muted: #f4f4f5;
--muted-foreground: #6b7280; --muted-foreground: #6b7280;
--border: #e5e7eb; --border: #b9bec7;
--primary: #7c3aed; --primary: #7c3aed;
--primary-foreground: #ffffff; --primary-foreground: #ffffff;
} }
@@ -18,7 +18,7 @@
--foreground: #e5e7eb; --foreground: #e5e7eb;
--muted: #17181f; --muted: #17181f;
--muted-foreground: #9ca3af; --muted-foreground: #9ca3af;
--border: #2a2c37; --border: #454958;
--primary: #a78bfa; --primary: #a78bfa;
--primary-foreground: #0b0c10; --primary-foreground: #0b0c10;
} }