-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.css
More file actions
143 lines (136 loc) · 5.03 KB
/
Copy pathindex.css
File metadata and controls
143 lines (136 loc) · 5.03 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
@import "tailwindcss";
@import "tw-animate-css";
@custom-variant dark (&:is(.dark *));
:root {
--background: hsl(0 0% 100%);
--foreground: hsl(20 14.3% 4.1%);
--card: hsl(0 0% 100%);
--card-foreground: hsl(20 14.3% 4.1%);
--popover: hsl(0 0% 100%);
--popover-foreground: hsl(20 14.3% 4.1%);
--primary: hsl(24.6 95% 53.1%);
--primary-foreground: hsl(60 9.1% 97.8%);
--secondary: hsl(214 8% 40%);
--secondary-foreground: hsl(60 9.1% 97.8%);
--tertiary: hsl(215 28% 17%);
--tertiary-foreground: hsl( 60 9.1% 97.8%);
--link: hsl(221.2 83.2% 53.3%);
--link-foreground: hsl(210 40% 98%);
--muted: hsl(60 4.8% 95.9%);
--muted-foreground: hsl(25 5.3% 44.7%);
--accent: hsl(60 4.8% 95.9%);
--accent-foreground: hsl(24 9.8% 10%);
--destructive: hsl(0 84.2% 60.2%);
--destructive-foreground: hsl(60 9.1% 97.8%);
--border: hsl(20 5.9% 90%);
--input: hsl(20 5.9% 90%);
--ring: var(--primary);
--chart-1: hsl(18.01 100% 48%);
--chart-2: hsl(174.71 100% 29%);
--chart-3: hsl(195.82 72% 23%);
--chart-4: hsl(43.66 100% 50%);
--chart-5: hsl(36.49 100% 50%);
--radius: 0.625rem;
--sidebar: hsl(210 35% 98%);
--sidebar-foreground: hsl(228.82 85% 5%);
--sidebar-primary: hsl(222.34 49% 11%);
--sidebar-primary-foreground: hsl(210 35% 98%);
--sidebar-accent: hsl(210 41% 96%);
--sidebar-accent-foreground: hsl(222.34 49% 11%);
--sidebar-border: hsl(214.28 33% 91%);
--sidebar-ring: var(--primary);
}
.dark {
--background: hsl(20 14.3% 4.1%);
--foreground: hsl(60 9.1% 97.8%);
--card: hsl(20 14.3% 4.1%);
--card-foreground: hsl(60 9.1% 97.8%);
--popover: hsl(20 14.3% 4.1%);
--popover-foreground: hsl(60 9.1% 97.8%);
--primary: hsl(20.5 90.2% 48.2%);
--primary-foreground: hsl(60 9.1% 97.8%);
--secondary: hsl(214 9% 33%);
--secondary-foreground: hsl(60 9.1% 97.8%);
--tertiary: hsl(215 28% 17%);
--tertiary-foreground: hsl( 60 9.1% 97.8%);
--link: hsl(221.2 83.2% 53.3%);
--link-foreground: hsl(222.2 47.4% 11.2%);
--muted: hsl(12 6.5% 15.1%);
--muted-foreground: hsl(214.99 23% 65%);
--accent: hsl(12 6.5% 15.1%);
--accent-foreground: hsl(60 9.1% 97.8%);
--destructive: hsl(0 72.2% 50.6%);
--destructive-foreground: hsl(60 9.1% 97.8%);
--border: hsl(12 6.5% 15.1%);
--input: hsl(12 6.5% 15.1%);
--ring: var(--primary);
--chart-1: hsl(225.35 84% 49%);
--chart-2: hsl(159.74 100% 37%);
--chart-3: hsl(36.49 100% 50%);
--chart-4: hsl(273.3 100% 64%);
--chart-5: hsl(345.32 100% 56%);
--sidebar: hsl(222.34 49% 11%);
--sidebar-foreground: hsl(210 35% 98%);
--sidebar-primary: hsl(225.35 84% 49%);
--sidebar-primary-foreground: hsl(210 35% 98%);
--sidebar-accent: hsl(12 6.5% 15.1%);
--sidebar-accent-foreground: hsl(210 35% 98%);
--sidebar-border: hsl(12 6.5% 15.1%);
--sidebar-ring: var(--primary);
}
@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-tertiary: var(--tertiary);
--color-tertiary-foreground: var(--tertiary-foreground);
--color-link: var(--link);
--color-link-foreground: var(--link-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);
--radius-sm: calc(var(--radius) - 4px);
--radius-md: calc(var(--radius) - 2px);
--radius-lg: var(--radius);
--radius-xl: calc(var(--radius) + 4px);
--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);
}
@layer base {
* {
@apply border-border outline-ring/50;
}
body {
@apply bg-background text-foreground;
}
}
a:not(header a):not(nav.main-nav a):not(footer a):not(.btn) {
color: var(--link);
}
a:not(header a):not(nav.main-nav a):not(.btn):hover {
text-decoration: underline;
}