29 lines
731 B
CSS
29 lines
731 B
CSS
![]() |
:root {
|
||
|
/* JazzAge Theme */
|
||
|
--background: 30 20% 10%;
|
||
|
--foreground: 40 30% 85%;
|
||
|
--card: 30 20% 15%;
|
||
|
--card-foreground: 40 30% 85%;
|
||
|
--popover: 30 20% 10%;
|
||
|
--popover-foreground: 40 30% 85%;
|
||
|
--primary: 20 80% 50%;
|
||
|
--primary-foreground: 40 30% 85%;
|
||
|
--secondary: 30 20% 20%;
|
||
|
--secondary-foreground: 40 30% 85%;
|
||
|
--muted: 30 20% 25%;
|
||
|
--muted-foreground: 40 30% 60%;
|
||
|
--accent: 200 80% 50%;
|
||
|
--accent-foreground: 40 30% 85%;
|
||
|
--destructive: 0 85% 60%;
|
||
|
--destructive-foreground: 0 0% 98%;
|
||
|
--border: 30 20% 20%;
|
||
|
--input: 30 20% 20%;
|
||
|
--ring: 20 80% 50%;
|
||
|
--radius: 0.5rem;
|
||
|
--chart-1: 20 80% 50%;
|
||
|
--chart-2: 200 80% 50%;
|
||
|
--chart-3: 350 80% 50%;
|
||
|
--chart-4: 140 80% 50%;
|
||
|
--chart-5: 260 80% 50%;
|
||
|
}
|