few changes
This commit is contained in:
@@ -13,74 +13,74 @@
|
||||
@custom-variant dark (&:is(.dark *));
|
||||
|
||||
:root {
|
||||
--background: oklch(0.9889 0.004 286.33);
|
||||
--foreground: oklch(0.2442 0.006 0.59);
|
||||
--card: oklch(0.97 0.004 286.33);
|
||||
--card-foreground: oklch(0.2442 0.006 0.59);
|
||||
--background: oklch(0.98 0.003 240);
|
||||
--foreground: oklch(0.12 0.008 240);
|
||||
--card: oklch(0.96 0.004 240);
|
||||
--card-foreground: oklch(0.12 0.008 240);
|
||||
--popover: oklch(1 0 0);
|
||||
--popover-foreground: oklch(0.2442 0.006 0.59);
|
||||
--primary: oklch(0.5044 0.184 22.51);
|
||||
--primary-foreground: oklch(0.9889 0.004 286.33);
|
||||
--secondary: oklch(0.4605 0.005 271.31);
|
||||
--secondary-foreground: oklch(0.9889 0.004 286.33);
|
||||
--muted: oklch(0.92 0.003 286.33);
|
||||
--muted-foreground: oklch(0.44 0.004 286.33);
|
||||
--accent: oklch(0.6034 0.234 27.23);
|
||||
--accent-foreground: oklch(0.9889 0.004 286.33);
|
||||
--destructive: oklch(0.55 0.18 27.23);
|
||||
--destructive-foreground: oklch(0.9889 0.004 286.33);
|
||||
--border: oklch(0.88 0.003 286.33);
|
||||
--input: oklch(0.97 0.004 286.33);
|
||||
--ring: oklch(0.6034 0.234 27.23);
|
||||
--chart-1: oklch(0.5044 0.184 22.51);
|
||||
--chart-2: oklch(0.6034 0.234 27.23);
|
||||
--chart-3: oklch(0.4605 0.005 271.31);
|
||||
--chart-4: oklch(0.7 0.15 120);
|
||||
--chart-5: oklch(0.7 0.15 300);
|
||||
--popover-foreground: oklch(0.12 0.008 240);
|
||||
--primary: oklch(0.35 0.18 240);
|
||||
--primary-foreground: oklch(0.98 0.003 240);
|
||||
--secondary: oklch(0.88 0.008 240);
|
||||
--secondary-foreground: oklch(0.12 0.008 240);
|
||||
--muted: oklch(0.92 0.006 240);
|
||||
--muted-foreground: oklch(0.4 0.01 240);
|
||||
--accent: oklch(0.42 0.22 10);
|
||||
--accent-foreground: oklch(0.98 0.003 240);
|
||||
--destructive: oklch(0.45 0.25 15);
|
||||
--destructive-foreground: oklch(0.98 0.003 240);
|
||||
--border: oklch(0.86 0.008 240);
|
||||
--input: oklch(0.94 0.006 240);
|
||||
--ring: oklch(0.35 0.18 240);
|
||||
--chart-1: oklch(0.35 0.18 240);
|
||||
--chart-2: oklch(0.42 0.22 10);
|
||||
--chart-3: oklch(0.38 0.16 260);
|
||||
--chart-4: oklch(0.4 0.2 350);
|
||||
--chart-5: oklch(0.36 0.15 220);
|
||||
--radius: 0.625rem;
|
||||
--sidebar: oklch(0.97 0.004 286.33);
|
||||
--sidebar-foreground: oklch(0.2442 0.006 0.59);
|
||||
--sidebar-primary: oklch(0.5044 0.184 22.51);
|
||||
--sidebar-primary-foreground: oklch(0.9889 0.004 286.33);
|
||||
--sidebar-accent: oklch(0.6034 0.234 27.23);
|
||||
--sidebar-accent-foreground: oklch(0.9889 0.004 286.33);
|
||||
--sidebar-border: oklch(0.88 0.003 286.33);
|
||||
--sidebar-ring: oklch(0.6034 0.234 27.23);
|
||||
--sidebar: oklch(0.94 0.006 240);
|
||||
--sidebar-foreground: oklch(0.12 0.008 240);
|
||||
--sidebar-primary: oklch(0.35 0.18 240);
|
||||
--sidebar-primary-foreground: oklch(0.98 0.003 240);
|
||||
--sidebar-accent: oklch(0.42 0.22 10);
|
||||
--sidebar-accent-foreground: oklch(0.98 0.003 240);
|
||||
--sidebar-border: oklch(0.86 0.008 240);
|
||||
--sidebar-ring: oklch(0.35 0.18 240);
|
||||
}
|
||||
|
||||
.dark {
|
||||
--background: oklch(0.18 0.01 286.33);
|
||||
--foreground: oklch(0.9889 0.004 286.33);
|
||||
--card: oklch(0.22 0.01 286.33);
|
||||
--card-foreground: oklch(0.9889 0.004 286.33);
|
||||
--popover: oklch(0.22 0.01 286.33);
|
||||
--popover-foreground: oklch(0.9889 0.004 286.33);
|
||||
--primary: oklch(0.7044 0.184 22.51);
|
||||
--primary-foreground: oklch(0.18 0.01 286.33);
|
||||
--secondary: oklch(0.36 0.005 271.31);
|
||||
--secondary-foreground: oklch(0.9889 0.004 286.33);
|
||||
--muted: oklch(0.25 0.01 286.33);
|
||||
--muted-foreground: oklch(0.7 0.01 286.33);
|
||||
--accent: oklch(0.8034 0.234 27.23);
|
||||
--accent-foreground: oklch(0.18 0.01 286.33);
|
||||
--destructive: oklch(0.65 0.18 27.23);
|
||||
--destructive-foreground: oklch(0.18 0.01 286.33);
|
||||
--border: oklch(0.25 0.01 286.33);
|
||||
--input: oklch(0.22 0.01 286.33);
|
||||
--ring: oklch(0.8034 0.234 27.23);
|
||||
--chart-1: oklch(0.7044 0.184 22.51);
|
||||
--chart-2: oklch(0.8034 0.234 27.23);
|
||||
--chart-3: oklch(0.36 0.005 271.31);
|
||||
--chart-4: oklch(0.7 0.15 120);
|
||||
--chart-5: oklch(0.7 0.15 300);
|
||||
--sidebar: oklch(0.22 0.01 286.33);
|
||||
--sidebar-foreground: oklch(0.9889 0.004 286.33);
|
||||
--sidebar-primary: oklch(0.7044 0.184 22.51);
|
||||
--sidebar-primary-foreground: oklch(0.18 0.01 286.33);
|
||||
--sidebar-accent: oklch(0.8034 0.234 27.23);
|
||||
--sidebar-accent-foreground: oklch(0.18 0.01 286.33);
|
||||
--sidebar-border: oklch(0.25 0.01 286.33);
|
||||
--sidebar-ring: oklch(0.8034 0.234 27.23);
|
||||
--background: oklch(0.06 0.008 240);
|
||||
--foreground: oklch(0.94 0.004 240);
|
||||
--card: oklch(0.1 0.01 240);
|
||||
--card-foreground: oklch(0.94 0.004 240);
|
||||
--popover: oklch(0.1 0.01 240);
|
||||
--popover-foreground: oklch(0.94 0.004 240);
|
||||
--primary: oklch(0.55 0.22 240);
|
||||
--primary-foreground: oklch(0.06 0.008 240);
|
||||
--secondary: oklch(0.16 0.01 240);
|
||||
--secondary-foreground: oklch(0.94 0.004 240);
|
||||
--muted: oklch(0.12 0.01 240);
|
||||
--muted-foreground: oklch(0.6 0.01 240);
|
||||
--accent: oklch(0.62 0.28 10);
|
||||
--accent-foreground: oklch(0.06 0.008 240);
|
||||
--destructive: oklch(0.65 0.3 15);
|
||||
--destructive-foreground: oklch(0.06 0.008 240);
|
||||
--border: oklch(0.18 0.01 240);
|
||||
--input: oklch(0.14 0.01 240);
|
||||
--ring: oklch(0.55 0.22 240);
|
||||
--chart-1: oklch(0.55 0.22 240);
|
||||
--chart-2: oklch(0.62 0.28 10);
|
||||
--chart-3: oklch(0.58 0.2 260);
|
||||
--chart-4: oklch(0.6 0.25 350);
|
||||
--chart-5: oklch(0.56 0.18 220);
|
||||
--sidebar: oklch(0.08 0.01 240);
|
||||
--sidebar-foreground: oklch(0.94 0.004 240);
|
||||
--sidebar-primary: oklch(0.55 0.22 240);
|
||||
--sidebar-primary-foreground: oklch(0.06 0.008 240);
|
||||
--sidebar-accent: oklch(0.62 0.28 10);
|
||||
--sidebar-accent-foreground: oklch(0.06 0.008 240);
|
||||
--sidebar-border: oklch(0.18 0.01 240);
|
||||
--sidebar-ring: oklch(0.55 0.22 240);
|
||||
}
|
||||
|
||||
@theme inline {
|
||||
|
||||
Reference in New Issue
Block a user