11@tailwind base;
22@tailwind components;
33@tailwind utilities;
4-
4+
55@layer base {
6- : root {
7- --background : 0 0% 100% ;
8- --foreground : 222.2 84% 4.9% ;
9-
10- --muted : 210 40% 96.1% ;
11- --muted-foreground : 215.4 16.3% 46.9% ;
12-
13- --popover : 0 0% 100% ;
14- --popover-foreground : 222.2 84% 4.9% ;
15-
16- --card : 0 0% 100% ;
17- --card-foreground : 222.2 84% 4.9% ;
18-
19- --border : 214.3 31.8% 91.4% ;
20- --input : 214.3 31.8% 91.4% ;
21-
22- --primary : 222.2 47.4% 11.2% ;
23- --primary-foreground : 210 40% 98% ;
24-
25- --secondary : 210 40% 96.1% ;
26- --secondary-foreground : 222.2 47.4% 11.2% ;
27-
28- --accent : 210 40% 96.1% ;
29- --accent-foreground : 222.2 47.4% 11.2% ;
30-
31- --destructive : 0 72.2% 50.6% ;
32- --destructive-foreground : 210 40% 98% ;
33-
34- --ring : 222.2 84% 4.9% ;
35-
36- --radius : 0.5rem ;
37- }
38-
39- .dark {
40- --background : 222.2 84% 4.9% ;
41- --foreground : 210 40% 98% ;
42-
43- --muted : 217.2 32.6% 17.5% ;
44- --muted-foreground : 215 20.2% 65.1% ;
45-
46- --popover : 222.2 84% 4.9% ;
47- --popover-foreground : 210 40% 98% ;
48-
49- --card : 222.2 84% 4.9% ;
50- --card-foreground : 210 40% 98% ;
51-
52- --border : 217.2 32.6% 17.5% ;
53- --input : 217.2 32.6% 17.5% ;
54-
55- --primary : 210 40% 98% ;
56- --primary-foreground : 222.2 47.4% 11.2% ;
57-
58- --secondary : 217.2 32.6% 17.5% ;
59- --secondary-foreground : 210 40% 98% ;
60-
61- --accent : 217.2 32.6% 17.5% ;
62- --accent-foreground : 210 40% 98% ;
63-
64- --destructive : 0 62.8% 30.6% ;
65- --destructive-foreground : 210 40% 98% ;
66-
67- --ring : 212.7 26.8% 83.9% ;
68- }
6+ : root {
7+ --background : 0 0% 100% ;
8+ --foreground : 222.2 84% 4.9% ;
9+
10+ --muted : 210 40% 96.1% ;
11+ --muted-foreground : 215.4 16.3% 46.9% ;
12+
13+ --popover : 0 0% 100% ;
14+ --popover-foreground : 222.2 84% 4.9% ;
15+
16+ --card : 0 0% 100% ;
17+ --card-foreground : 222.2 84% 4.9% ;
18+
19+ --border : 214.3 31.8% 91.4% ;
20+ --input : 214.3 31.8% 91.4% ;
21+
22+ --primary : 222.2 47.4% 11.2% ;
23+ --primary-foreground : 210 40% 98% ;
24+
25+ --secondary : 210 40% 96.1% ;
26+ --secondary-foreground : 222.2 47.4% 11.2% ;
27+
28+ --accent : 210 40% 96.1% ;
29+ --accent-foreground : 222.2 47.4% 11.2% ;
30+
31+ --destructive : 0 72.2% 50.6% ;
32+ --destructive-foreground : 210 40% 98% ;
33+
34+ --ring : 222.2 84% 4.9% ;
35+
36+ --radius : 0.5rem ;
37+ }
38+
39+ .dark {
40+ --background : 222.2 84% 4.9% ;
41+ --foreground : 210 40% 98% ;
42+
43+ --muted : 217.2 32.6% 17.5% ;
44+ --muted-foreground : 215 20.2% 65.1% ;
45+
46+ --popover : 222.2 84% 4.9% ;
47+ --popover-foreground : 210 40% 98% ;
48+
49+ --card : 222.2 84% 4.9% ;
50+ --card-foreground : 210 40% 98% ;
51+
52+ --border : 217.2 32.6% 17.5% ;
53+ --input : 217.2 32.6% 17.5% ;
54+
55+ --primary : 210 40% 98% ;
56+ --primary-foreground : 222.2 47.4% 11.2% ;
57+
58+ --secondary : 217.2 32.6% 17.5% ;
59+ --secondary-foreground : 210 40% 98% ;
60+
61+ --accent : 217.2 32.6% 17.5% ;
62+ --accent-foreground : 210 40% 98% ;
63+
64+ --destructive : 0 62.8% 30.6% ;
65+ --destructive-foreground : 210 40% 98% ;
66+
67+ --ring : 212.7 26.8% 83.9% ;
68+ }
6969}
70-
70+
7171@layer base {
72- * {
73- @apply border-border;
74- }
75- body {
76- @apply bg-background text-foreground;
77- }
78- }
72+ * {
73+ @apply border-border;
74+ }
75+ body {
76+ @apply bg-background text-foreground;
77+ }
78+ }
79+
80+ a {
81+ @apply text-blue-500 hover:underline;
82+ }
83+
84+ p {
85+ @apply text-muted-foreground;
86+ }
0 commit comments