|
|
|
@ -29,6 +29,7 @@
|
|
|
|
|
--color-accent: var(--accent);
|
|
|
|
|
--color-accent-foreground: var(--accent-foreground);
|
|
|
|
|
--color-destructive: var(--destructive);
|
|
|
|
|
--color-destructive-foreground: var(--destructive-foreground);
|
|
|
|
|
--color-border: var(--border);
|
|
|
|
|
--color-input: var(--input);
|
|
|
|
|
--color-ring: var(--ring);
|
|
|
|
@ -48,72 +49,74 @@
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
:root {
|
|
|
|
|
--radius: 0.625rem;
|
|
|
|
|
--background: oklch(1 0 0);
|
|
|
|
|
--foreground: oklch(0.141 0.005 285.823);
|
|
|
|
|
--card: oklch(1 0 0);
|
|
|
|
|
--card-foreground: oklch(0.141 0.005 285.823);
|
|
|
|
|
--popover: oklch(1 0 0);
|
|
|
|
|
--popover-foreground: oklch(0.141 0.005 285.823);
|
|
|
|
|
--primary: oklch(0.21 0.006 285.885);
|
|
|
|
|
--primary-foreground: oklch(0.985 0 0);
|
|
|
|
|
--secondary: oklch(0.967 0.001 286.375);
|
|
|
|
|
--secondary-foreground: oklch(0.21 0.006 285.885);
|
|
|
|
|
--muted: oklch(0.967 0.001 286.375);
|
|
|
|
|
--muted-foreground: oklch(0.552 0.016 285.938);
|
|
|
|
|
--accent: oklch(0.967 0.001 286.375);
|
|
|
|
|
--accent-foreground: oklch(0.21 0.006 285.885);
|
|
|
|
|
--destructive: oklch(0.577 0.245 27.325);
|
|
|
|
|
--border: oklch(0.92 0.004 286.32);
|
|
|
|
|
--input: oklch(0.92 0.004 286.32);
|
|
|
|
|
--ring: oklch(0.705 0.015 286.067);
|
|
|
|
|
--chart-1: oklch(0.646 0.222 41.116);
|
|
|
|
|
--chart-2: oklch(0.6 0.118 184.704);
|
|
|
|
|
--chart-3: oklch(0.398 0.07 227.392);
|
|
|
|
|
--chart-4: oklch(0.828 0.189 84.429);
|
|
|
|
|
--chart-5: oklch(0.769 0.188 70.08);
|
|
|
|
|
--sidebar: oklch(0.985 0 0);
|
|
|
|
|
--sidebar-foreground: oklch(0.141 0.005 285.823);
|
|
|
|
|
--sidebar-primary: oklch(0.21 0.006 285.885);
|
|
|
|
|
--sidebar-primary-foreground: oklch(0.985 0 0);
|
|
|
|
|
--sidebar-accent: oklch(0.967 0.001 286.375);
|
|
|
|
|
--sidebar-accent-foreground: oklch(0.21 0.006 285.885);
|
|
|
|
|
--sidebar-border: oklch(0.92 0.004 286.32);
|
|
|
|
|
--sidebar-ring: oklch(0.705 0.015 286.067);
|
|
|
|
|
--radius: 0.5rem;
|
|
|
|
|
--background: oklch(0.9818 0.0054 95.0986);
|
|
|
|
|
--foreground: oklch(0.3438 0.0269 95.7226);
|
|
|
|
|
--card: oklch(0.9818 0.0054 95.0986);
|
|
|
|
|
--card-foreground: oklch(0.1908 0.0020 106.5859);
|
|
|
|
|
--popover: oklch(1.0000 0 0);
|
|
|
|
|
--popover-foreground: oklch(0.2671 0.0196 98.9390);
|
|
|
|
|
--primary: oklch(0.6171 0.1375 39.0427);
|
|
|
|
|
--primary-foreground: oklch(1.0000 0 0);
|
|
|
|
|
--secondary: oklch(0.9245 0.0138 92.9892);
|
|
|
|
|
--secondary-foreground: oklch(0.4334 0.0177 98.6048);
|
|
|
|
|
--muted: oklch(0.9341 0.0153 90.2390);
|
|
|
|
|
--muted-foreground: oklch(0.6059 0.0075 97.4233);
|
|
|
|
|
--accent: oklch(0.9245 0.0138 92.9892);
|
|
|
|
|
--accent-foreground: oklch(0.2671 0.0196 98.9390);
|
|
|
|
|
--destructive: oklch(0.1908 0.0020 106.5859);
|
|
|
|
|
--destructive-foreground: oklch(1.0000 0 0);
|
|
|
|
|
--border: oklch(0.8847 0.0069 97.3627);
|
|
|
|
|
--input: oklch(0.7621 0.0156 98.3528);
|
|
|
|
|
--ring: oklch(0.5937 0.1673 253.0630);
|
|
|
|
|
--chart-1: oklch(0.5583 0.1276 42.9956);
|
|
|
|
|
--chart-2: oklch(0.6898 0.1581 290.4107);
|
|
|
|
|
--chart-3: oklch(0.8816 0.0276 93.1280);
|
|
|
|
|
--chart-4: oklch(0.8822 0.0403 298.1792);
|
|
|
|
|
--chart-5: oklch(0.5608 0.1348 42.0584);
|
|
|
|
|
--sidebar: oklch(0.9663 0.0080 98.8792);
|
|
|
|
|
--sidebar-foreground: oklch(0.3590 0.0051 106.6524);
|
|
|
|
|
--sidebar-primary: oklch(0.6171 0.1375 39.0427);
|
|
|
|
|
--sidebar-primary-foreground: oklch(0.9881 0 0);
|
|
|
|
|
--sidebar-accent: oklch(0.9245 0.0138 92.9892);
|
|
|
|
|
--sidebar-accent-foreground: oklch(0.3250 0 0);
|
|
|
|
|
--sidebar-border: oklch(0.9401 0 0);
|
|
|
|
|
--sidebar-ring: oklch(0.7731 0 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dark {
|
|
|
|
|
--background: oklch(0.141 0.005 285.823);
|
|
|
|
|
--foreground: oklch(0.985 0 0);
|
|
|
|
|
--card: oklch(0.21 0.006 285.885);
|
|
|
|
|
--card-foreground: oklch(0.985 0 0);
|
|
|
|
|
--popover: oklch(0.21 0.006 285.885);
|
|
|
|
|
--popover-foreground: oklch(0.985 0 0);
|
|
|
|
|
--primary: oklch(0.92 0.004 286.32);
|
|
|
|
|
--primary-foreground: oklch(0.21 0.006 285.885);
|
|
|
|
|
--secondary: oklch(0.274 0.006 286.033);
|
|
|
|
|
--secondary-foreground: oklch(0.985 0 0);
|
|
|
|
|
--muted: oklch(0.274 0.006 286.033);
|
|
|
|
|
--muted-foreground: oklch(0.705 0.015 286.067);
|
|
|
|
|
--accent: oklch(0.274 0.006 286.033);
|
|
|
|
|
--accent-foreground: oklch(0.985 0 0);
|
|
|
|
|
--destructive: oklch(0.704 0.191 22.216);
|
|
|
|
|
--border: oklch(1 0 0 / 10%);
|
|
|
|
|
--input: oklch(1 0 0 / 15%);
|
|
|
|
|
--ring: oklch(0.552 0.016 285.938);
|
|
|
|
|
--chart-1: oklch(0.488 0.243 264.376);
|
|
|
|
|
--chart-2: oklch(0.696 0.17 162.48);
|
|
|
|
|
--chart-3: oklch(0.769 0.188 70.08);
|
|
|
|
|
--chart-4: oklch(0.627 0.265 303.9);
|
|
|
|
|
--chart-5: oklch(0.645 0.246 16.439);
|
|
|
|
|
--sidebar: oklch(0.21 0.006 285.885);
|
|
|
|
|
--sidebar-foreground: oklch(0.985 0 0);
|
|
|
|
|
--sidebar-primary: oklch(0.488 0.243 264.376);
|
|
|
|
|
--sidebar-primary-foreground: oklch(0.985 0 0);
|
|
|
|
|
--sidebar-accent: oklch(0.274 0.006 286.033);
|
|
|
|
|
--sidebar-accent-foreground: oklch(0.985 0 0);
|
|
|
|
|
--sidebar-border: oklch(1 0 0 / 10%);
|
|
|
|
|
--sidebar-ring: oklch(0.552 0.016 285.938);
|
|
|
|
|
--background: oklch(0.2679 0.0036 106.6427);
|
|
|
|
|
--foreground: oklch(0.8074 0.0142 93.0137);
|
|
|
|
|
--card: oklch(0.2679 0.0036 106.6427);
|
|
|
|
|
--card-foreground: oklch(0.9818 0.0054 95.0986);
|
|
|
|
|
--popover: oklch(0.3085 0.0035 106.6039);
|
|
|
|
|
--popover-foreground: oklch(0.9211 0.0040 106.4781);
|
|
|
|
|
--primary: oklch(0.6724 0.1308 38.7559);
|
|
|
|
|
--primary-foreground: oklch(1.0000 0 0);
|
|
|
|
|
--secondary: oklch(0.9818 0.0054 95.0986);
|
|
|
|
|
--secondary-foreground: oklch(0.3085 0.0035 106.6039);
|
|
|
|
|
--muted: oklch(0.2213 0.0038 106.7070);
|
|
|
|
|
--muted-foreground: oklch(0.7713 0.0169 99.0657);
|
|
|
|
|
--accent: oklch(0.2130 0.0078 95.4245);
|
|
|
|
|
--accent-foreground: oklch(0.9663 0.0080 98.8792);
|
|
|
|
|
--destructive: oklch(0.6368 0.2078 25.3313);
|
|
|
|
|
--destructive-foreground: oklch(1.0000 0 0);
|
|
|
|
|
--border: oklch(0.3618 0.0101 106.8928);
|
|
|
|
|
--input: oklch(0.4336 0.0113 100.2195);
|
|
|
|
|
--ring: oklch(0.5937 0.1673 253.0630);
|
|
|
|
|
--chart-1: oklch(0.5583 0.1276 42.9956);
|
|
|
|
|
--chart-2: oklch(0.6898 0.1581 290.4107);
|
|
|
|
|
--chart-3: oklch(0.2130 0.0078 95.4245);
|
|
|
|
|
--chart-4: oklch(0.3074 0.0516 289.3230);
|
|
|
|
|
--chart-5: oklch(0.5608 0.1348 42.0584);
|
|
|
|
|
--sidebar: oklch(0.2357 0.0024 67.7077);
|
|
|
|
|
--sidebar-foreground: oklch(0.8074 0.0142 93.0137);
|
|
|
|
|
--sidebar-primary: oklch(0.3250 0 0);
|
|
|
|
|
--sidebar-primary-foreground: oklch(0.9881 0 0);
|
|
|
|
|
--sidebar-accent: oklch(0.1680 0.0020 106.6177);
|
|
|
|
|
--sidebar-accent-foreground: oklch(0.8074 0.0142 93.0137);
|
|
|
|
|
--sidebar-border: oklch(0.9401 0 0);
|
|
|
|
|
--sidebar-ring: oklch(0.7731 0 0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@layer base {
|
|
|
|
|