|
5 | 5 | @layer base { |
6 | 6 | :root { |
7 | 7 | --background: 0 0% 100%; |
8 | | - --foreground: 222.2 84% 4.9%; |
| 8 | + --foreground: 240 10% 3.9%; |
9 | 9 |
|
10 | | - --muted: 210 40% 96.1%; |
11 | | - --muted-foreground: 215.4 16.3% 46.9%; |
| 10 | + --muted: 240 4.8% 95.9%; |
| 11 | + --muted-foreground: 240 3.8% 46.1%; |
12 | 12 |
|
13 | 13 | --popover: 0 0% 100%; |
14 | | - --popover-foreground: 222.2 84% 4.9%; |
| 14 | + --popover-foreground: 240 10% 3.9%; |
15 | 15 |
|
16 | 16 | --card: 0 0% 100%; |
17 | | - --card-foreground: 222.2 84% 4.9%; |
| 17 | + --card-foreground: 240 10% 3.9%; |
18 | 18 |
|
19 | | - --border: 214.3 31.8% 91.4%; |
20 | | - --input: 214.3 31.8% 91.4%; |
| 19 | + --border: 240 5.9% 90%; |
| 20 | + --input: 240 5.9% 90%; |
21 | 21 |
|
22 | | - --primary: 222.2 47.4% 11.2%; |
23 | | - --primary-foreground: 210 40% 98%; |
| 22 | + --primary: 240 5.9% 10%; |
| 23 | + --primary-foreground: 0 0% 98%; |
24 | 24 |
|
25 | | - --secondary: 210 40% 96.1%; |
26 | | - --secondary-foreground: 222.2 47.4% 11.2%; |
| 25 | + --secondary: 240 4.8% 95.9%; |
| 26 | + --secondary-foreground: 240 5.9% 10%; |
27 | 27 |
|
28 | | - --accent: 210 40% 96.1%; |
29 | | - --accent-foreground: 222.2 47.4% 11.2%; |
| 28 | + --accent: 240 4.8% 95.9%; |
| 29 | + --accent-foreground: 240 5.9% 10%; |
30 | 30 |
|
31 | 31 | --destructive: 0 72.2% 50.6%; |
32 | | - --destructive-foreground: 210 40% 98%; |
| 32 | + --destructive-foreground: 0 0% 98%; |
33 | 33 |
|
34 | | - --ring: 222.2 84% 4.9%; |
| 34 | + --ring: 240 10% 3.9%; |
35 | 35 |
|
36 | 36 | --radius: 0.5rem; |
37 | 37 | } |
38 | 38 |
|
39 | 39 | .dark { |
40 | | - --background: 222.2 84% 4.9%; |
41 | | - --foreground: 210 40% 98%; |
| 40 | + --background: 240 10% 3.9%; |
| 41 | + --foreground: 0 0% 98%; |
42 | 42 |
|
43 | | - --muted: 217.2 32.6% 17.5%; |
44 | | - --muted-foreground: 215 20.2% 65.1%; |
| 43 | + --muted: 240 3.7% 15.9%; |
| 44 | + --muted-foreground: 240 5% 64.9%; |
45 | 45 |
|
46 | | - --popover: 222.2 84% 4.9%; |
47 | | - --popover-foreground: 210 40% 98%; |
| 46 | + --popover: 240 10% 3.9%; |
| 47 | + --popover-foreground: 0 0% 98%; |
48 | 48 |
|
49 | | - --card: 222.2 84% 4.9%; |
50 | | - --card-foreground: 210 40% 98%; |
| 49 | + --card: 240 10% 3.9%; |
| 50 | + --card-foreground: 0 0% 98%; |
51 | 51 |
|
52 | | - --border: 217.2 32.6% 17.5%; |
53 | | - --input: 217.2 32.6% 17.5%; |
| 52 | + --border: 240 3.7% 15.9%; |
| 53 | + --input: 240 3.7% 15.9%; |
54 | 54 |
|
55 | | - --primary: 210 40% 98%; |
56 | | - --primary-foreground: 222.2 47.4% 11.2%; |
| 55 | + --primary: 0 0% 98%; |
| 56 | + --primary-foreground: 240 5.9% 10%; |
57 | 57 |
|
58 | | - --secondary: 217.2 32.6% 17.5%; |
59 | | - --secondary-foreground: 210 40% 98%; |
| 58 | + --secondary: 240 3.7% 15.9%; |
| 59 | + --secondary-foreground: 0 0% 98%; |
60 | 60 |
|
61 | | - --accent: 217.2 32.6% 17.5%; |
62 | | - --accent-foreground: 210 40% 98%; |
| 61 | + --accent: 240 3.7% 15.9%; |
| 62 | + --accent-foreground: 0 0% 98%; |
63 | 63 |
|
64 | 64 | --destructive: 0 62.8% 30.6%; |
65 | | - --destructive-foreground: 210 40% 98%; |
| 65 | + --destructive-foreground: 0 0% 98%; |
66 | 66 |
|
67 | | - --ring: 212.7 26.8% 83.9%; |
| 67 | + --ring: 240 4.9% 83.9%; |
68 | 68 | } |
69 | 69 | } |
70 | 70 |
|
71 | 71 | @layer base { |
72 | 72 | * { |
73 | 73 | @apply border-border; |
| 74 | + @apply transition-all; |
74 | 75 | } |
75 | 76 |
|
76 | 77 | html { |
|
96 | 97 | font-family: 'PTRootUIWebVF'; |
97 | 98 | font-style: normal; |
98 | 99 | font-weight: normal; |
99 | | - src: url(pt-root-ui_vf.woff2) format('woff2'); |
| 100 | + src: url(/pt-root-ui_vf.woff2) format('woff2'); |
100 | 101 | } |
101 | 102 |
|
102 | 103 | @font-face { |
103 | 104 | font-family: 'PTRootUIWebBold'; |
104 | 105 | font-style: normal; |
105 | 106 | font-weight: bold; |
106 | | - src: url(pt-root-ui_bold.woff2) format('woff2'); |
| 107 | + src: url(/pt-root-ui_bold.woff2) format('woff2'); |
107 | 108 | } |
108 | 109 | } |
109 | 110 |
|
110 | | -a { |
111 | | - @apply text-muted-foreground hover:underline; |
| 111 | +* { |
| 112 | + @apply text-muted-foreground; |
112 | 113 | } |
113 | 114 |
|
114 | | -p { |
115 | | - @apply text-muted-foreground; |
| 115 | +a { |
| 116 | + @apply hover:text-foreground; |
116 | 117 | } |
117 | 118 |
|
118 | 119 | ul { |
|
0 commit comments