44 lines
1.7 KiB
CSS
44 lines
1.7 KiB
CSS
:root {
|
|
--background: oklch(0.98 0.01 90);
|
|
--foreground: oklch(0.2 0.01 90);
|
|
--card: oklch(1.0000 0 0);
|
|
--card-foreground: oklch(0.2 0.01 90);
|
|
--popover: oklch(1.0000 0 0);
|
|
--popover-foreground: oklch(0.2 0.01 90);
|
|
--primary: oklch(0.65 0.18 150);
|
|
--primary-foreground: oklch(1 0 0);
|
|
--secondary: oklch(0.9 0.03 150);
|
|
--secondary-foreground: oklch(0.2 0.01 90);
|
|
--muted: oklch(0.95 0 0);
|
|
--muted-foreground: oklch(0.5 0 0);
|
|
--accent: oklch(0.75 0.22 45); /* A more vibrant and friendly orange */
|
|
--accent-foreground: oklch(0.2 0.01 90);
|
|
--destructive: oklch(0.58 0.24 28);
|
|
--destructive-foreground: oklch(1 0 0);
|
|
--border: oklch(0.92 0.02 90);
|
|
--input: oklch(0.92 0.02 90);
|
|
--ring: oklch(0.65 0.18 150);
|
|
--chart-1: oklch(0.65 0.18 150);
|
|
--chart-2: oklch(0.75 0.18 55);
|
|
--chart-3: oklch(0.6 0.2 250);
|
|
--chart-4: oklch(0.7 0.15 110);
|
|
--chart-5: oklch(0.5 0.05 90);
|
|
--sidebar: oklch(0.98 0.01 90);
|
|
--sidebar-foreground: oklch(0.2 0.01 90);
|
|
--sidebar-primary: oklch(0.65 0.18 150);
|
|
--sidebar-primary-foreground: oklch(1 0 0);
|
|
--sidebar-accent: oklch(0.75 0.18 55);
|
|
--sidebar-accent-foreground: oklch(0.2 0.01 90);
|
|
--sidebar-border: oklch(0.92 0.02 90);
|
|
--sidebar-ring: oklch(0.65 0.18 150);
|
|
--font-sans: 'Inter', sans-serif;
|
|
--font-serif: 'Merriweather', serif;
|
|
--font-mono: 'JetBrains Mono', monospace;
|
|
--radius: 0.5rem;
|
|
--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
|
--shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
--shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
|
|
--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
--spacing: 0.25rem;
|
|
}
|