@archetypeai/ds-lib-tokens 0.3.20 → 0.3.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/theme.css +6 -6
package/package.json
CHANGED
package/theme.css
CHANGED
|
@@ -158,16 +158,16 @@
|
|
|
158
158
|
@apply bg-background text-foreground font-sans;
|
|
159
159
|
}
|
|
160
160
|
h1 {
|
|
161
|
-
@apply text-primary text-
|
|
161
|
+
@apply text-primary text-4xl leading-normal font-normal tracking-tighter capitalize;
|
|
162
162
|
}
|
|
163
163
|
h2 {
|
|
164
|
-
@apply text-primary text-
|
|
164
|
+
@apply text-primary text-3xl leading-tight font-normal tracking-tight;
|
|
165
165
|
}
|
|
166
166
|
h3 {
|
|
167
|
-
@apply text-primary text-
|
|
167
|
+
@apply text-primary text-2xl leading-normal font-normal tracking-tight;
|
|
168
168
|
}
|
|
169
169
|
h4 {
|
|
170
|
-
@apply text-muted-foreground text-
|
|
170
|
+
@apply text-muted-foreground text-xl leading-tight font-normal tracking-tight;
|
|
171
171
|
}
|
|
172
172
|
h5 {
|
|
173
173
|
@apply text-muted-foreground text-lg leading-tight font-normal tracking-tight uppercase;
|
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
@apply text-primary text-xs leading-tight tracking-normal;
|
|
183
183
|
}
|
|
184
184
|
span {
|
|
185
|
-
@apply text-
|
|
185
|
+
@apply text-xs;
|
|
186
186
|
}
|
|
187
187
|
strong {
|
|
188
188
|
@apply text-primary text-sm leading-relaxed font-medium;
|
|
@@ -194,7 +194,7 @@
|
|
|
194
194
|
@apply text-primary text-xs;
|
|
195
195
|
}
|
|
196
196
|
a {
|
|
197
|
-
@apply text-primary cursor-pointer text-sm
|
|
197
|
+
@apply text-primary cursor-pointer text-sm;
|
|
198
198
|
}
|
|
199
199
|
code {
|
|
200
200
|
@apply font-mono text-sm leading-relaxed;
|