-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathindex.css
More file actions
206 lines (182 loc) · 7.02 KB
/
index.css
File metadata and controls
206 lines (182 loc) · 7.02 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
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
@import "tailwindcss";
@import 'tw-animate-css';
@custom-variant dark (&:is(.dark *));
:root {
--background: oklch(0.9848 0 0);
--foreground: oklch(0.2496 0.0417 263.3984);
--card: oklch(1.0000 0 0);
--card-foreground: oklch(0.2496 0.0417 263.3984);
--popover: oklch(1.0000 0 0);
--popover-foreground: oklch(0.2496 0.0417 263.3984);
--primary: oklch(0.5424 0.2454 293.0160);
--primary-foreground: oklch(0.9843 0.0017 247.8393);
--secondary: oklch(0.9684 0.0068 247.8951);
--secondary-foreground: oklch(0.2079 0.0399 265.7275);
--muted: oklch(0.9684 0.0068 247.8951);
--muted-foreground: oklch(0.5547 0.0407 257.4404);
--accent: oklch(0.9544 0.0226 302.5680);
--accent-foreground: oklch(0.5424 0.2454 293.0160);
--destructive: oklch(0.6368 0.2078 25.3259);
--destructive-foreground: oklch(0.9843 0.0017 247.8393);
--border: oklch(0.9290 0.0126 255.5317);
--input: oklch(0.9290 0.0126 255.5317);
--ring: oklch(0.5424 0.2454 293.0160);
--chart-1: oklch(0.5424 0.2454 293.0160);
--chart-2: oklch(0.6309 0.1013 183.4907);
--chart-3: oklch(0.3787 0.0440 225.5393);
--chart-4: oklch(0.8336 0.1186 88.1463);
--chart-5: oklch(0.7834 0.1261 58.7491);
--sidebar: oklch(0.2064 0.0388 265.5472);
--sidebar-foreground: oklch(0.9838 0.0035 247.8583);
--sidebar-primary: oklch(0.5424 0.2454 293.0160);
--sidebar-primary-foreground: oklch(1.0000 0 0);
--sidebar-accent: oklch(0.2709 0.0592 265.1803);
--sidebar-accent-foreground: oklch(0.9838 0.0035 247.8583);
--sidebar-border: oklch(0.2887 0.0646 265.1126);
--sidebar-ring: oklch(0.5424 0.2454 293.0160);
--font-sans: Inter, -apple-system, sans-serif;
--font-serif: Georgia, serif;
--font-mono: JetBrains Mono, monospace;
--radius: 0.75rem;
--shadow-x: 0px;
--shadow-y: 4px;
--shadow-blur: 15px;
--shadow-spread: 0px;
--shadow-opacity: 0.05;
--shadow-color: hsl(220, 40%, 15%);
--shadow-2xs: 0px 4px 15px 0px hsl(220 40% 15% / 0.03);
--shadow-xs: 0px 4px 15px 0px hsl(220 40% 15% / 0.03);
--shadow-sm: 0px 4px 15px 0px hsl(220 40% 15% / 0.05), 0px 1px 2px -1px hsl(220 40% 15% / 0.05);
--shadow: 0px 4px 15px 0px hsl(220 40% 15% / 0.05), 0px 1px 2px -1px hsl(220 40% 15% / 0.05);
--shadow-md: 0px 4px 15px 0px hsl(220 40% 15% / 0.05), 0px 2px 4px -1px hsl(220 40% 15% / 0.05);
--shadow-lg: 0px 4px 15px 0px hsl(220 40% 15% / 0.05), 0px 4px 6px -1px hsl(220 40% 15% / 0.05);
--shadow-xl: 0px 4px 15px 0px hsl(220 40% 15% / 0.05), 0px 8px 10px -1px hsl(220 40% 15% / 0.05);
--shadow-2xl: 0px 4px 15px 0px hsl(220 40% 15% / 0.13);
--tracking-normal: -0.015em;
--spacing: 0.25rem;
}
.dark {
--background: oklch(0.240 0.011 256.8);
--foreground: oklch(0.9838 0.0035 247.8583);
--card: oklch(0.266 0.015 257.5);
--card-foreground: oklch(0.9838 0.0035 247.8583);
--popover: oklch(0.266 0.015 257.5);
--popover-foreground: oklch(0.9838 0.0035 247.8583);
--primary: oklch(0.4865 0.2423 291.8661);
--primary-foreground: oklch(0.969 0.016 293.756);
--secondary: oklch(0.295 0.015 257.7);
--secondary-foreground: oklch(0.9838 0.0035 247.8583);
--muted: oklch(0.295 0.015 257.7);
--muted-foreground: oklch(0.705 0.015 286.067);
--accent: oklch(0.295 0.015 257.7);
--accent-foreground: oklch(0.5424 0.2454 293.0160);
--destructive: oklch(0.704 0.191 22.216);
--border: oklch(1 0 0 / 10%);
--input: oklch(1 0 0 / 10%);
--ring: oklch(0.4865 0.2423 291.8661);
--sidebar: oklch(0.2639 0.0161 264.25);
--sidebar-foreground: oklch(0.985 0 0);
--sidebar-primary: oklch(0.541 0.281 293.009);
--sidebar-primary-foreground: oklch(0.969 0.016 293.756);
--sidebar-accent: oklch(0.295 0.015 257.7);
--sidebar-accent-foreground: oklch(0.985 0 0);
--sidebar-border: oklch(1 0 0 / 10%);
--sidebar-ring: oklch(0.541 0.281 293.009);
--chart-1: oklch(0.5424 0.2454 293.0160);
--chart-2: oklch(0.6309 0.1013 183.4907);
--chart-3: oklch(0.3787 0.0440 225.5393);
--chart-4: oklch(0.8336 0.1186 88.1463);
--chart-5: oklch(0.7834 0.1261 58.7491);
--font-sans: Inter, -apple-system, sans-serif;
--font-serif: Georgia, serif;
--font-mono: JetBrains Mono, monospace;
--radius: 0.75rem;
}
@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-tighter: calc(var(--tracking-normal) - 0.05em);
--tracking-tight: calc(var(--tracking-normal) - 0.025em);
--tracking-normal: var(--tracking-normal);
--tracking-wide: calc(var(--tracking-normal) + 0.025em);
--tracking-wider: calc(var(--tracking-normal) + 0.05em);
--tracking-widest: calc(var(--tracking-normal) + 0.1em);
}
@layer base {
* {
@apply border-border outline-ring/50;
}
body {
@apply bg-background text-foreground;
letter-spacing: var(--tracking-normal);
}
button:not(:disabled),
[role='button']:not(:disabled) {
cursor: pointer;
}
/* Prevent focus zoom on mobile devices */
@media screen and (max-width: 767px) {
input,
select,
textarea {
font-size: 16px !important;
}
}
/* Target the scrollbar */
::-webkit-scrollbar {
/* Width of the scrollbar */
width: 5px;
height: 5px;
position: absolute !important;
}
::-webkit-scrollbar-thumb {
background: var(--border);
border-radius: 46px !important;
cursor: pointer;
}
}