29 lines
704 B
CSS
29 lines
704 B
CSS
![]() |
:root {
|
||
|
/* 3DBevel Theme */
|
||
|
--background: 0 0% 80%;
|
||
|
--foreground: 0 0% 10%;
|
||
|
--card: 0 0% 75%;
|
||
|
--card-foreground: 0 0% 10%;
|
||
|
--popover: 0 0% 80%;
|
||
|
--popover-foreground: 0 0% 10%;
|
||
|
--primary: 210 80% 40%;
|
||
|
--primary-foreground: 0 0% 80%;
|
||
|
--secondary: 0 0% 70%;
|
||
|
--secondary-foreground: 0 0% 10%;
|
||
|
--muted: 0 0% 65%;
|
||
|
--muted-foreground: 0 0% 30%;
|
||
|
--accent: 30 80% 40%;
|
||
|
--accent-foreground: 0 0% 80%;
|
||
|
--destructive: 0 85% 60%;
|
||
|
--destructive-foreground: 0 0% 98%;
|
||
|
--border: 0 0% 70%;
|
||
|
--input: 0 0% 70%;
|
||
|
--ring: 210 80% 40%;
|
||
|
--radius: 0.5rem;
|
||
|
--chart-1: 210 80% 40%;
|
||
|
--chart-2: 30 80% 40%;
|
||
|
--chart-3: 120 80% 40%;
|
||
|
--chart-4: 300 80% 40%;
|
||
|
--chart-5: 240 80% 40%;
|
||
|
}
|