|
| 1 | +@import "@namehash/namehash-ui/styles.css"; |
1 | 2 | @import "tailwindcss"; |
2 | 3 | @config "../../tailwind.config.ts"; |
3 | 4 |
|
|
69 | 70 |
|
70 | 71 | --sidebar-ring: 217.2 91.2% 59.8%; |
71 | 72 | } |
72 | | - |
73 | | - .dark { |
74 | | - --background: 222.2 84% 4.9%; |
75 | | - |
76 | | - --foreground: 210 40% 98%; |
77 | | - |
78 | | - --card: 222.2 84% 4.9%; |
79 | | - |
80 | | - --card-foreground: 210 40% 98%; |
81 | | - |
82 | | - --popover: 222.2 84% 4.9%; |
83 | | - |
84 | | - --popover-foreground: 210 40% 98%; |
85 | | - |
86 | | - --primary: 210 40% 98%; |
87 | | - |
88 | | - --primary-foreground: 222.2 47.4% 11.2%; |
89 | | - |
90 | | - --secondary: 217.2 32.6% 17.5%; |
91 | | - |
92 | | - --secondary-foreground: 210 40% 98%; |
93 | | - |
94 | | - --muted: 217.2 32.6% 17.5%; |
95 | | - |
96 | | - --muted-foreground: 215 20.2% 65.1%; |
97 | | - |
98 | | - --accent: 217.2 32.6% 17.5%; |
99 | | - |
100 | | - --accent-foreground: 210 40% 98%; |
101 | | - |
102 | | - --destructive: 0 62.8% 30.6%; |
103 | | - |
104 | | - --destructive-foreground: 210 40% 98%; |
105 | | - |
106 | | - --border: 217.2 32.6% 17.5%; |
107 | | - |
108 | | - --input: 217.2 32.6% 17.5%; |
109 | | - |
110 | | - --ring: 212.7 26.8% 83.9%; |
111 | | - |
112 | | - --chart-1: 220 70% 50%; |
113 | | - |
114 | | - --chart-2: 160 60% 45%; |
115 | | - |
116 | | - --chart-3: 30 80% 55%; |
117 | | - |
118 | | - --chart-4: 280 65% 60%; |
119 | | - |
120 | | - --chart-5: 340 75% 55%; |
121 | | - |
122 | | - --sidebar-background: 240 5.9% 10%; |
123 | | - |
124 | | - --sidebar-foreground: 240 4.8% 95.9%; |
125 | | - |
126 | | - --sidebar-primary: 224.3 76.3% 48%; |
127 | | - |
128 | | - --sidebar-primary-foreground: 0 0% 100%; |
129 | | - |
130 | | - --sidebar-accent: 240 3.7% 15.9%; |
131 | | - |
132 | | - --sidebar-accent-foreground: 240 4.8% 95.9%; |
133 | | - |
134 | | - --sidebar-border: 240 3.7% 15.9%; |
135 | | - |
136 | | - --sidebar-ring: 217.2 91.2% 59.8%; |
137 | | - } |
138 | 73 | } |
139 | 74 |
|
140 | 75 | @layer base { |
|
147 | 82 | } |
148 | 83 | } |
149 | 84 |
|
150 | | -@layer base { |
151 | | - * { |
152 | | - @apply border-border; |
153 | | - } |
154 | | - body { |
155 | | - @apply bg-background text-foreground; |
156 | | - } |
157 | | -} |
158 | | - |
159 | 85 | @layer utilities { |
160 | 86 | /* Hide scrollbar for Chrome, Safari, and Opera */ |
161 | 87 | .no-scrollbar::-webkit-scrollbar { |
|
0 commit comments