|
1 | | -:root.cyberpunk-light body { |
2 | | - background: #f5f4e8; |
3 | | - color: #1a1a10; |
4 | | -} |
5 | | - |
6 | | -:root.cyberpunk-light ::-webkit-scrollbar-thumb { |
7 | | - background: #b8007780; |
8 | | -} |
9 | | - |
10 | | -:root.cyberpunk-light ::-webkit-scrollbar-thumb:hover { |
11 | | - background: #b80077bb; |
12 | | -} |
13 | | - |
14 | | -:root.cyberpunk-light .bg-zinc-950 { background-color: #f5f4e8; } |
15 | | -:root.cyberpunk-light .bg-zinc-900\/80 { background-color: #eeead8e6; } |
16 | | -:root.cyberpunk-light .bg-zinc-900\/50 { background-color: #eeead880; } |
17 | | -:root.cyberpunk-light .bg-zinc-900\/30 { background-color: #eeead84d; } |
18 | | -:root.cyberpunk-light .bg-zinc-900 { background-color: #eeead8; } |
19 | | -:root.cyberpunk-light .bg-zinc-800 { background-color: #e4dfc8; } |
20 | | -:root.cyberpunk-light .bg-zinc-800\/70 { background-color: #e4dfc8b3; } |
21 | | -:root.cyberpunk-light .bg-zinc-800\/50 { background-color: #e4dfc880; } |
22 | | -:root.cyberpunk-light .bg-zinc-800\/30 { background-color: #e4dfc84d; } |
23 | | -:root.cyberpunk-light .bg-zinc-700 { background-color: #d8d0b0; } |
24 | | -:root.cyberpunk-light .bg-zinc-700\/30 { background-color: #d8d0b04d; } |
25 | | - |
26 | | -:root.cyberpunk-light .hover\:bg-zinc-800:hover { background-color: #e0d8c0; } |
27 | | -:root.cyberpunk-light .hover\:bg-zinc-800\/50:hover { background-color: #e0d8c080; } |
28 | | -:root.cyberpunk-light .hover\:bg-zinc-800\/30:hover { background-color: #e0d8c04d; } |
29 | | -:root.cyberpunk-light .hover\:bg-zinc-700:hover { background-color: #d0c8a8; } |
30 | | - |
31 | | -:root.cyberpunk-light .border-zinc-800 { border-color: #a6850060; } |
32 | | -:root.cyberpunk-light .border-zinc-700 { border-color: #b8007750; } |
33 | | -:root.cyberpunk-light .border-zinc-600 { border-color: #b8007750; } |
34 | | -:root.cyberpunk-light .border-zinc-600\/40 { border-color: #b8007730; } |
35 | | - |
36 | | -:root.cyberpunk-light .text-zinc-100 { color: #1a1a10; } |
37 | | -:root.cyberpunk-light .text-zinc-200 { color: #a68500; } |
38 | | -:root.cyberpunk-light .text-zinc-300 { color: #b80077; } |
39 | | -:root.cyberpunk-light .text-zinc-400 { color: #007a6a; } |
40 | | -:root.cyberpunk-light .text-zinc-500 { color: #c05000; } |
41 | | -:root.cyberpunk-light .text-zinc-600 { color: #b80077; } |
42 | | - |
43 | | -:root.cyberpunk-light .hover\:text-zinc-200:hover { color: #b80077; } |
44 | | -:root.cyberpunk-light .hover\:text-zinc-300:hover { color: #a68500; } |
45 | | -:root.cyberpunk-light .hover\:text-zinc-400:hover { color: #007a6a; } |
46 | | - |
47 | | -:root.cyberpunk-light .bg-blue-500 { background-color: #007a6a; } |
48 | | -:root.cyberpunk-light .bg-blue-600 { background-color: #006a5a; } |
49 | | -:root.cyberpunk-light .hover\:bg-blue-500:hover { background-color: #008a7a; } |
50 | | -:root.cyberpunk-light .bg-blue-500\/15 { background-color: rgba(0, 122, 106, 0.15); } |
51 | | -:root.cyberpunk-light .bg-emerald-400 { background-color: #a68500; } |
52 | | -:root.cyberpunk-light .bg-amber-400 { background-color: #c05000; } |
53 | | -:root.cyberpunk-light .bg-amber-600 { background-color: #c05000; } |
54 | | -:root.cyberpunk-light .bg-amber-500\/15 { background-color: rgba(192, 80, 0, 0.15); } |
55 | | -:root.cyberpunk-light .bg-red-500\/20 { background-color: rgba(184, 0, 119, 0.2); } |
56 | | -:root.cyberpunk-light .bg-red-600 { background-color: #b80077; } |
57 | | -:root.cyberpunk-light .bg-green-400 { background-color: #a68500; } |
58 | | -:root.cyberpunk-light .bg-green-400\/15 { background-color: rgba(166, 133, 0, 0.15); } |
59 | | -:root.cyberpunk-light .bg-green-600 { background-color: #b89500; } |
60 | | - |
61 | | -:root.cyberpunk-light .text-blue-400 { color: #007a6a; } |
62 | | -:root.cyberpunk-light .text-emerald-400 { color: #a68500; } |
63 | | -:root.cyberpunk-light .text-amber-300 { color: #c05000; } |
64 | | -:root.cyberpunk-light .text-amber-400 { color: #c05000; } |
65 | | -:root.cyberpunk-light .text-red-400 { color: #b80077; } |
66 | | -:root.cyberpunk-light .text-red-500 { color: #cc0088; } |
67 | | -:root.cyberpunk-light .text-green-400 { color: #a68500; } |
68 | | -:root.cyberpunk-light .text-yellow-400 { color: #c05000; } |
69 | | -:root.cyberpunk-light .fill-yellow-400 { fill: #c05000; } |
70 | | -:root.cyberpunk-light .hover\:text-red-400:hover { color: #cc0088; } |
71 | | - |
72 | | -:root.cyberpunk-light .focus\:ring-zinc-600:focus { --tw-ring-color: #007a6a; } |
| 1 | +:root.cyberpunk-light body { |
| 2 | + background: #fdfaf0; |
| 3 | + color: #101008; |
| 4 | +} |
| 5 | + |
| 6 | +:root.cyberpunk-light ::-webkit-scrollbar-thumb { |
| 7 | + background: #b8007780; |
| 8 | +} |
| 9 | + |
| 10 | +:root.cyberpunk-light ::-webkit-scrollbar-thumb:hover { |
| 11 | + background: #b80077bb; |
| 12 | +} |
| 13 | + |
| 14 | +:root.cyberpunk-light .bg-zinc-950 { background-color: #fdfaf0; } |
| 15 | +:root.cyberpunk-light .bg-zinc-900\/80 { background-color: #f8f5e0f0; } |
| 16 | +:root.cyberpunk-light .bg-zinc-900\/50 { background-color: #f8f5e099; } |
| 17 | +:root.cyberpunk-light .bg-zinc-900\/30 { background-color: #f8f5e066; } |
| 18 | +:root.cyberpunk-light .bg-zinc-900 { background-color: #f8f5e0; } |
| 19 | +:root.cyberpunk-light .bg-zinc-800 { background-color: #f2eccc; } |
| 20 | +:root.cyberpunk-light .bg-zinc-800\/70 { background-color: #f2ecccb3; } |
| 21 | +:root.cyberpunk-light .bg-zinc-800\/50 { background-color: #f2eccc80; } |
| 22 | +:root.cyberpunk-light .bg-zinc-800\/30 { background-color: #f2eccc4d; } |
| 23 | +:root.cyberpunk-light .bg-zinc-700 { background-color: #e8e0b8; } |
| 24 | +:root.cyberpunk-light .bg-zinc-700\/30 { background-color: #e8e0b84d; } |
| 25 | + |
| 26 | +:root.cyberpunk-light .hover\:bg-zinc-800:hover { background-color: #eee8c8; } |
| 27 | +:root.cyberpunk-light .hover\:bg-zinc-800\/50:hover { background-color: #eee8c880; } |
| 28 | +:root.cyberpunk-light .hover\:bg-zinc-800\/30:hover { background-color: #eee8c84d; } |
| 29 | +:root.cyberpunk-light .hover\:bg-zinc-700:hover { background-color: #e0d8a8; } |
| 30 | + |
| 31 | +:root.cyberpunk-light .border-zinc-800 { border-color: #a6850060; } |
| 32 | +:root.cyberpunk-light .border-zinc-700 { border-color: #b8007750; } |
| 33 | +:root.cyberpunk-light .border-zinc-600 { border-color: #b8007750; } |
| 34 | +:root.cyberpunk-light .border-zinc-600\/40 { border-color: #b8007730; } |
| 35 | + |
| 36 | +:root.cyberpunk-light .text-zinc-100 { color: #101008; } |
| 37 | +:root.cyberpunk-light .text-zinc-200 { color: #a68500; } |
| 38 | +:root.cyberpunk-light .text-zinc-300 { color: #b80077; } |
| 39 | +:root.cyberpunk-light .text-zinc-400 { color: #007a6a; } |
| 40 | +:root.cyberpunk-light .text-zinc-500 { color: #c05000; } |
| 41 | +:root.cyberpunk-light .text-zinc-600 { color: #b80077; } |
| 42 | + |
| 43 | +:root.cyberpunk-light .hover\:text-zinc-200:hover { color: #b80077; } |
| 44 | +:root.cyberpunk-light .hover\:text-zinc-300:hover { color: #a68500; } |
| 45 | +:root.cyberpunk-light .hover\:text-zinc-400:hover { color: #007a6a; } |
| 46 | + |
| 47 | +:root.cyberpunk-light .bg-blue-500 { background-color: #007a6a; } |
| 48 | +:root.cyberpunk-light .bg-blue-600 { background-color: #006a5a; } |
| 49 | +:root.cyberpunk-light .hover\:bg-blue-500:hover { background-color: #008a7a; } |
| 50 | +:root.cyberpunk-light .bg-blue-500\/15 { background-color: rgba(0, 122, 106, 0.15); } |
| 51 | +:root.cyberpunk-light .bg-emerald-400 { background-color: #a68500; } |
| 52 | +:root.cyberpunk-light .bg-amber-400 { background-color: #c05000; } |
| 53 | +:root.cyberpunk-light .bg-amber-600 { background-color: #c05000; } |
| 54 | +:root.cyberpunk-light .bg-amber-500\/15 { background-color: rgba(192, 80, 0, 0.15); } |
| 55 | +:root.cyberpunk-light .bg-red-500\/20 { background-color: rgba(184, 0, 119, 0.2); } |
| 56 | +:root.cyberpunk-light .bg-red-600 { background-color: #b80077; } |
| 57 | +:root.cyberpunk-light .bg-green-400 { background-color: #a68500; } |
| 58 | +:root.cyberpunk-light .bg-green-400\/15 { background-color: rgba(166, 133, 0, 0.15); } |
| 59 | +:root.cyberpunk-light .bg-green-600 { background-color: #b89500; } |
| 60 | + |
| 61 | +:root.cyberpunk-light .text-blue-400 { color: #007a6a; } |
| 62 | +:root.cyberpunk-light .text-emerald-400 { color: #a68500; } |
| 63 | +:root.cyberpunk-light .text-amber-300 { color: #c05000; } |
| 64 | +:root.cyberpunk-light .text-amber-400 { color: #c05000; } |
| 65 | +:root.cyberpunk-light .text-red-400 { color: #b80077; } |
| 66 | +:root.cyberpunk-light .text-red-500 { color: #cc0088; } |
| 67 | +:root.cyberpunk-light .text-green-400 { color: #a68500; } |
| 68 | +:root.cyberpunk-light .text-yellow-400 { color: #c05000; } |
| 69 | +:root.cyberpunk-light .fill-yellow-400 { fill: #c05000; } |
| 70 | +:root.cyberpunk-light .hover\:text-red-400:hover { color: #cc0088; } |
| 71 | + |
| 72 | +:root.cyberpunk-light .focus\:ring-zinc-600:focus { --tw-ring-color: #007a6a; } |
0 commit comments