style: improve light theme border and input visibility

This commit is contained in:
2026-02-25 16:09:29 +01:00
parent 2fb2eaa54c
commit 880bce157b
12 changed files with 36 additions and 36 deletions

View File

@@ -153,9 +153,9 @@
--accent-foreground: oklch(15% 0.05 255);
--destructive: oklch(60% 0.2 25);
--destructive-foreground: oklch(100% 0 0);
--border: rgba(0, 0, 0, 0.12);
--input: rgba(0, 0, 0, 0.01);
--ring: rgba(139, 92, 246, 0.2);
--border: rgba(0, 0, 0, 0.2);
--input: rgba(0, 0, 0, 0.08);
--ring: rgba(139, 92, 246, 0.4);
}
@layer base {