style(theme): neutralize palette and reduce base radius
This commit is contained in:
+43
-43
@@ -48,75 +48,75 @@
|
||||
}
|
||||
|
||||
:root {
|
||||
--radius: 0.75rem;
|
||||
--background: oklch(0.99 0.01 45);
|
||||
--foreground: oklch(0.14 0.01 45);
|
||||
--radius: 0.5rem;
|
||||
--background: oklch(0.99 0 0);
|
||||
--foreground: oklch(0.14 0 0);
|
||||
--card: oklch(1 0 0);
|
||||
--card-foreground: oklch(0.14 0.01 45);
|
||||
--card-foreground: oklch(0.14 0 0);
|
||||
--popover: oklch(1 0 0);
|
||||
--popover-foreground: oklch(0.14 0.01 45);
|
||||
--popover-foreground: oklch(0.14 0 0);
|
||||
--primary: oklch(0.65 0.22 45);
|
||||
--primary-foreground: oklch(0.98 0.01 45);
|
||||
--secondary: oklch(0.94 0.02 45);
|
||||
--secondary-foreground: oklch(0.25 0.02 45);
|
||||
--muted: oklch(0.94 0.02 45);
|
||||
--muted-foreground: oklch(0.45 0.02 45);
|
||||
--accent: oklch(0.94 0.02 45);
|
||||
--accent-foreground: oklch(0.25 0.02 45);
|
||||
--primary-foreground: oklch(0.98 0 0);
|
||||
--secondary: oklch(0.96 0 0);
|
||||
--secondary-foreground: oklch(0.25 0 0);
|
||||
--muted: oklch(0.96 0 0);
|
||||
--muted-foreground: oklch(0.45 0 0);
|
||||
--accent: oklch(0.96 0 0);
|
||||
--accent-foreground: oklch(0.25 0 0);
|
||||
--destructive: oklch(0.6 0.2 25);
|
||||
--destructive-foreground: oklch(0.98 0.01 45);
|
||||
--border: oklch(0.9 0.02 45);
|
||||
--input: oklch(0.9 0.02 45);
|
||||
--destructive-foreground: oklch(0.98 0 0);
|
||||
--border: oklch(0.92 0 0);
|
||||
--input: oklch(0.92 0 0);
|
||||
--ring: oklch(0.65 0.22 45);
|
||||
--chart-1: oklch(0.65 0.22 45);
|
||||
--chart-2: oklch(0.6 0.15 180);
|
||||
--chart-3: oklch(0.55 0.15 300);
|
||||
--chart-4: oklch(0.75 0.18 85);
|
||||
--chart-5: oklch(0.65 0.18 15);
|
||||
--sidebar: oklch(0.97 0.01 45);
|
||||
--sidebar-foreground: oklch(0.25 0.02 45);
|
||||
--sidebar: oklch(0.98 0 0);
|
||||
--sidebar-foreground: oklch(0.25 0 0);
|
||||
--sidebar-primary: oklch(0.65 0.22 45);
|
||||
--sidebar-primary-foreground: oklch(0.98 0.01 45);
|
||||
--sidebar-accent: oklch(0.93 0.02 45);
|
||||
--sidebar-accent-foreground: oklch(0.14 0.01 45);
|
||||
--sidebar-border: oklch(0.9 0.02 45);
|
||||
--sidebar-primary-foreground: oklch(0.98 0 0);
|
||||
--sidebar-accent: oklch(0.96 0 0);
|
||||
--sidebar-accent-foreground: oklch(0.14 0 0);
|
||||
--sidebar-border: oklch(0.92 0 0);
|
||||
--sidebar-ring: oklch(0.65 0.22 45);
|
||||
--shadow-card: 0 2px 8px -2px rgba(0, 0, 0, 0.04), 0 4px 16px -4px rgba(0, 0, 0, 0.02);
|
||||
--shadow-card-hover: 0 8px 24px -4px rgba(0, 0, 0, 0.08), 0 12px 32px -8px rgba(0, 0, 0, 0.04);
|
||||
}
|
||||
|
||||
.dark {
|
||||
--background: oklch(0.15 0.01 45);
|
||||
--foreground: oklch(0.98 0.01 45);
|
||||
--card: oklch(0.18 0.01 45);
|
||||
--card-foreground: oklch(0.98 0.01 45);
|
||||
--popover: oklch(0.18 0.01 45);
|
||||
--popover-foreground: oklch(0.98 0.01 45);
|
||||
--background: oklch(0.15 0 0);
|
||||
--foreground: oklch(0.98 0 0);
|
||||
--card: oklch(0.18 0 0);
|
||||
--card-foreground: oklch(0.98 0 0);
|
||||
--popover: oklch(0.18 0 0);
|
||||
--popover-foreground: oklch(0.98 0 0);
|
||||
--primary: oklch(0.7 0.22 45);
|
||||
--primary-foreground: oklch(0.14 0.01 45);
|
||||
--secondary: oklch(0.25 0.02 45);
|
||||
--secondary-foreground: oklch(0.98 0.01 45);
|
||||
--muted: oklch(0.25 0.02 45);
|
||||
--muted-foreground: oklch(0.7 0.02 45);
|
||||
--accent: oklch(0.25 0.02 45);
|
||||
--accent-foreground: oklch(0.98 0.01 45);
|
||||
--primary-foreground: oklch(0.14 0 0);
|
||||
--secondary: oklch(0.25 0 0);
|
||||
--secondary-foreground: oklch(0.98 0 0);
|
||||
--muted: oklch(0.25 0 0);
|
||||
--muted-foreground: oklch(0.7 0 0);
|
||||
--accent: oklch(0.25 0 0);
|
||||
--accent-foreground: oklch(0.98 0 0);
|
||||
--destructive: oklch(0.65 0.2 25);
|
||||
--destructive-foreground: oklch(0.98 0.01 45);
|
||||
--border: oklch(0.25 0.02 45);
|
||||
--input: oklch(0.25 0.02 45);
|
||||
--destructive-foreground: oklch(0.98 0 0);
|
||||
--border: oklch(0.25 0 0);
|
||||
--input: oklch(0.25 0 0);
|
||||
--ring: oklch(0.7 0.22 45);
|
||||
--chart-1: oklch(0.7 0.22 45);
|
||||
--chart-2: oklch(0.65 0.15 180);
|
||||
--chart-3: oklch(0.65 0.15 300);
|
||||
--chart-4: oklch(0.8 0.18 85);
|
||||
--chart-5: oklch(0.7 0.18 15);
|
||||
--sidebar: oklch(0.18 0.01 45);
|
||||
--sidebar-foreground: oklch(0.85 0.02 45);
|
||||
--sidebar: oklch(0.18 0 0);
|
||||
--sidebar-foreground: oklch(0.85 0 0);
|
||||
--sidebar-primary: oklch(0.7 0.22 45);
|
||||
--sidebar-primary-foreground: oklch(0.14 0.01 45);
|
||||
--sidebar-accent: oklch(0.25 0.02 45);
|
||||
--sidebar-accent-foreground: oklch(0.98 0.01 45);
|
||||
--sidebar-border: oklch(0.25 0.02 45);
|
||||
--sidebar-primary-foreground: oklch(0.14 0 0);
|
||||
--sidebar-accent: oklch(0.25 0 0);
|
||||
--sidebar-accent-foreground: oklch(0.98 0 0);
|
||||
--sidebar-border: oklch(0.25 0 0);
|
||||
--sidebar-ring: oklch(0.7 0.22 45);
|
||||
--shadow-card: 0 2px 8px -2px rgba(0, 0, 0, 0.04), 0 4px 16px -4px rgba(0, 0, 0, 0.02);
|
||||
--shadow-card-hover: 0 8px 24px -4px rgba(0, 0, 0, 0.08), 0 12px 32px -8px rgba(0, 0, 0, 0.04);
|
||||
|
||||
Reference in New Issue
Block a user