@hazae41/labase 1.0.9 → 1.0.10
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/src/text/index.css +16 -0
package/package.json
CHANGED
package/src/text/index.css
CHANGED
|
@@ -44,4 +44,20 @@
|
|
|
44
44
|
@variant dark {
|
|
45
45
|
@apply text-black/75;
|
|
46
46
|
}
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
@utility text-white-contrast {
|
|
50
|
+
@apply text-white/50;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
@utility text-black-contrast {
|
|
54
|
+
@apply text-black/50;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
@utility text-white-half-contrast {
|
|
58
|
+
@apply text-white/75;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
@utility text-black-half-contrast {
|
|
62
|
+
@apply text-black/75;
|
|
47
63
|
}
|