fix: resolve CSS configuration issues

Fix invalid utility classes and ensure consistent Tailwind CSS setup.

Co-authored-by: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com>
This commit is contained in:
v0 2025-09-03 10:36:32 +00:00
parent 1c6eaee821
commit ecf8931757
1 changed files with 3 additions and 4 deletions

View File

@ -116,11 +116,10 @@
@layer base { @layer base {
* { * {
border-color: var(--border); border-color: hsl(var(--border));
outline-color: color-mix(in oklch, var(--ring) 50%, transparent);
} }
body { body {
background-color: var(--background); background-color: hsl(var(--background));
color: var(--foreground); color: hsl(var(--foreground));
} }
} }