@archetypeai/ds-lib-tokens 0.3.23 → 0.3.24
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 +2 -2
package/package.json
CHANGED
package/theme.css
CHANGED
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
@apply bg-background text-foreground font-sans;
|
|
160
160
|
}
|
|
161
161
|
h1 {
|
|
162
|
-
@apply text-primary text-4xl leading-normal font-normal tracking-
|
|
162
|
+
@apply text-primary text-4xl leading-normal font-normal tracking-tight capitalize;
|
|
163
163
|
}
|
|
164
164
|
h2 {
|
|
165
165
|
@apply text-primary text-3xl leading-tight font-normal tracking-tight;
|
|
@@ -183,7 +183,7 @@
|
|
|
183
183
|
@apply text-primary text-xs leading-tight tracking-normal;
|
|
184
184
|
}
|
|
185
185
|
span {
|
|
186
|
-
@apply text-
|
|
186
|
+
@apply text-sm;
|
|
187
187
|
}
|
|
188
188
|
strong {
|
|
189
189
|
@apply text-primary text-sm leading-relaxed font-medium;
|