-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathglobal.css
More file actions
188 lines (181 loc) · 7.5 KB
/
global.css
File metadata and controls
188 lines (181 loc) · 7.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
@import 'tailwindcss';
@import 'uniwind';
@import 'tw-animate-css';
/* @theme { */
/* --radius: 10px; */
/* --radius-sm: calc(var(--radius) - 4px); */
/* --radius-md: calc(var(--radius) - 2px); */
/* --radius-lg: var(--radius); */
/* --radius-xl: calc(var(--radius) + 4px); */
/**/
/* --spacing-hairline: hairlineWidth(); */
/* } */
@layer theme {
:root {
@variant dark {
--background: oklch(0.1448 0 0);
--foreground: oklch(0.9702 0 0);
--card: oklch(0.1822 0 0);
--card-foreground: oklch(0.9702 0 0);
--popover: oklch(0.1822 0 0);
--popover-foreground: oklch(0.9702 0 0);
--primary: oklch(0.6333 0.0309 154.9039);
--primary-foreground: oklch(0 0 0);
--secondary: oklch(0.2178 0 0);
--secondary-foreground: oklch(0.9702 0 0);
--muted: oklch(0.2178 0 0);
--muted-foreground: oklch(0.7058 0 0);
--accent: oklch(0.3709 0.0248 153.9823);
--accent-foreground: oklch(0.9702 0 0);
--destructive: oklch(0.6368 0.2078 25.3313);
--destructive-foreground: oklch(1 0 0);
--border: oklch(0.285 0 0);
--input: oklch(0.1822 0 0);
--ring: oklch(0.6333 0.0309 154.9039);
--chart-1: oklch(0.6333 0.0309 154.9039);
--chart-2: oklch(0.7209 0.0489 120.9474);
--chart-3: oklch(0.6744 0.0427 136.011);
--chart-4: oklch(0.551 0.0234 264.3637);
--chart-5: oklch(0.5096 0.0289 152.346);
--sidebar: oklch(0.1684 0 0);
--sidebar-foreground: oklch(0.9702 0 0);
--sidebar-primary: oklch(0.6333 0.0309 154.9039);
--sidebar-primary-foreground: oklch(1 0 0);
--sidebar-accent: oklch(0.2178 0 0);
--sidebar-accent-foreground: oklch(0.9702 0 0);
--sidebar-border: oklch(0.285 0 0);
--sidebar-ring: oklch(0.6333 0.0309 154.9039);
--font-sans: Antic, ui-sans-serif, sans-serif, system-ui;
--font-serif: Signifier, Georgia, serif;
--font-mono: JetBrains Mono, Courier New, monospace;
--radius: 0.95rem;
--shadow-x: 0px;
--shadow-y: 1px;
--shadow-blur: 2px;
--shadow-spread: 0px;
--shadow-opacity: 0.04;
--shadow-color: #000000;
--shadow-2xs: 0px 1px 2px 0px hsl(0 0% 0% / 0.02);
--shadow-xs: 0px 1px 2px 0px hsl(0 0% 0% / 0.02);
--shadow-sm: 0px 1px 2px 0px hsl(0 0% 0% / 0.04), 0px 1px 2px -1px hsl(0 0% 0% / 0.04);
--shadow: 0px 1px 2px 0px hsl(0 0% 0% / 0.04), 0px 1px 2px -1px hsl(0 0% 0% / 0.04);
--shadow-md: 0px 1px 2px 0px hsl(0 0% 0% / 0.04), 0px 2px 4px -1px hsl(0 0% 0% / 0.04);
--shadow-lg: 0px 1px 2px 0px hsl(0 0% 0% / 0.04), 0px 4px 6px -1px hsl(0 0% 0% / 0.04);
--shadow-xl: 0px 1px 2px 0px hsl(0 0% 0% / 0.04), 0px 8px 10px -1px hsl(0 0% 0% / 0.04);
--shadow-2xl: 0px 1px 2px 0px hsl(0 0% 0% / 0.1);
}
@variant light {
--background: oklch(0.9761 0.0041 91.4461);
--foreground: oklch(0.2417 0.0298 269.8827);
--card: oklch(1 0 0);
--card-foreground: oklch(0.2417 0.0298 269.8827);
--popover: oklch(1 0 0);
--popover-foreground: oklch(0.2417 0.0298 269.8827);
--primary: oklch(0.6333 0.0309 154.9039);
--primary-foreground: oklch(1 0 0);
--secondary: oklch(0.8596 0.0291 119.9919);
--secondary-foreground: oklch(0.2417 0.0298 269.8827);
--muted: oklch(0.9251 0.0071 88.645);
--muted-foreground: oklch(0.551 0.0234 264.3637);
--accent: oklch(0.8242 0.0221 136.6092);
--accent-foreground: oklch(0.2417 0.0298 269.8827);
--destructive: oklch(0.5624 0.1743 26.1433);
--destructive-foreground: oklch(1 0 0);
--border: oklch(0.9251 0.0071 88.645);
--input: oklch(1 0 0);
--ring: oklch(0.6333 0.0309 154.9039);
--chart-1: oklch(0.6333 0.0309 154.9039);
--chart-2: oklch(0.7209 0.0489 120.9474);
--chart-3: oklch(0.6744 0.0427 136.011);
--chart-4: oklch(0.551 0.0234 264.3637);
--chart-5: oklch(0.9251 0.0071 88.645);
--sidebar: oklch(0.9845 0.0026 106.4477);
--sidebar-foreground: oklch(0.2417 0.0298 269.8827);
--sidebar-primary: oklch(0.6333 0.0309 154.9039);
--sidebar-primary-foreground: oklch(1 0 0);
--sidebar-accent: oklch(0.9251 0.0071 88.645);
--sidebar-accent-foreground: oklch(0.2417 0.0298 269.8827);
--sidebar-border: oklch(0.9251 0.0071 88.645);
--sidebar-ring: oklch(0.6333 0.0309 154.9039);
--font-sans: Antic, ui-sans-serif, sans-serif, system-ui;
--font-serif: Signifier, Georgia, serif;
--font-mono: JetBrains Mono, Courier New, monospace;
--radius: 0.95rem;
--shadow-x: 0px;
--shadow-y: 1px;
--shadow-blur: 2px;
--shadow-spread: 0px;
--shadow-opacity: 0.04;
--shadow-color: #1a1f2e;
--shadow-2xs: 0px 1px 2px 0px hsl(225 27.7778% 14.1176% / 0.02);
--shadow-xs: 0px 1px 2px 0px hsl(225 27.7778% 14.1176% / 0.02);
--shadow-sm:
0px 1px 2px 0px hsl(225 27.7778% 14.1176% / 0.04),
0px 1px 2px -1px hsl(225 27.7778% 14.1176% / 0.04);
--shadow:
0px 1px 2px 0px hsl(225 27.7778% 14.1176% / 0.04),
0px 1px 2px -1px hsl(225 27.7778% 14.1176% / 0.04);
--shadow-md:
0px 1px 2px 0px hsl(225 27.7778% 14.1176% / 0.04),
0px 2px 4px -1px hsl(225 27.7778% 14.1176% / 0.04);
--shadow-lg:
0px 1px 2px 0px hsl(225 27.7778% 14.1176% / 0.04),
0px 4px 6px -1px hsl(225 27.7778% 14.1176% / 0.04);
--shadow-xl:
0px 1px 2px 0px hsl(225 27.7778% 14.1176% / 0.04),
0px 8px 10px -1px hsl(225 27.7778% 14.1176% / 0.04);
--shadow-2xl: 0px 1px 2px 0px hsl(225 27.7778% 14.1176% / 0.1);
}
}
}
@theme inline {
--color-background: var(--background);
--color-foreground: var(--foreground);
--color-card: var(--card);
--color-card-foreground: var(--card-foreground);
--color-popover: var(--popover);
--color-popover-foreground: var(--popover-foreground);
--color-primary: var(--primary);
--color-primary-foreground: var(--primary-foreground);
--color-secondary: var(--secondary);
--color-secondary-foreground: var(--secondary-foreground);
--color-muted: var(--muted);
--color-muted-foreground: var(--muted-foreground);
--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);
--color-chart-1: var(--chart-1);
--color-chart-2: var(--chart-2);
--color-chart-3: var(--chart-3);
--color-chart-4: var(--chart-4);
--color-chart-5: var(--chart-5);
--color-sidebar: var(--sidebar);
--color-sidebar-foreground: var(--sidebar-foreground);
--color-sidebar-primary: var(--sidebar-primary);
--color-sidebar-primary-foreground: var(--sidebar-primary-foreground);
--color-sidebar-accent: var(--sidebar-accent);
--color-sidebar-accent-foreground: var(--sidebar-accent-foreground);
--color-sidebar-border: var(--sidebar-border);
--color-sidebar-ring: var(--sidebar-ring);
--font-sans: var(--font-sans);
--font-mono: var(--font-mono);
--font-serif: var(--font-serif);
--radius-sm: calc(var(--radius) - 4px);
--radius-md: calc(var(--radius) - 2px);
--radius-lg: var(--radius);
--radius-xl: calc(var(--radius) + 4px);
--shadow-2xs: var(--shadow-2xs);
--shadow-xs: var(--shadow-xs);
--shadow-sm: var(--shadow-sm);
--shadow: var(--shadow);
--shadow-md: var(--shadow-md);
--shadow-lg: var(--shadow-lg);
--shadow-xl: var(--shadow-xl);
--shadow-2xl: var(--shadow-2xl);
--tracking-normal: 0em;
--spacing: 0.23rem;
}