diff --git a/client/index.css b/client/index.css index 5ad8eb1..a0c2cb6 100644 --- a/client/index.css +++ b/client/index.css @@ -32,7 +32,7 @@ :root { --background: 0.97 0.005 250; --foreground: 0.15 0.008 250; - --card: 1.00 0 0; + --card: 0.995 0.004 250; --card-foreground: 0.15 0.008 250; --popover: 1.00 0 0; --popover-foreground: 0.15 0.008 250; @@ -41,7 +41,7 @@ --secondary: 0.93 0.008 250; --secondary-foreground: 0.20 0.010 250; --muted: 0.94 0.006 250; - --muted-foreground: 0.48 0.010 250; + --muted-foreground: 0.38 0.010 250; --accent: 0.92 0.012 265; --accent-foreground: 0.20 0.010 250; --destructive: 0.55 0.22 25; @@ -171,14 +171,6 @@ @apply tracker-number font-bold tracking-tight text-foreground; } - .tracking-tight, - .tracking-wide, - .tracking-wider, - .tracking-widest, - .tracking-\[0\.08em\], - .tracking-\[0\.14em\] { - letter-spacing: 0; - } .dark .text-muted-foreground\/40 { color: oklch(var(--muted-foreground) / 0.72);