@pure-ds/core 0.5.29 → 0.5.30
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
CHANGED
package/public/assets/js/app.js
CHANGED
|
@@ -2687,7 +2687,7 @@ nav[data-dropdown] {
|
|
|
2687
2687
|
|
|
2688
2688
|
/* Link primitives */
|
|
2689
2689
|
:where(a) {
|
|
2690
|
-
color: var(--color-primary-600);
|
|
2690
|
+
color: var(--color-primary-text, var(--color-primary-600));
|
|
2691
2691
|
text-decoration: underline;
|
|
2692
2692
|
text-underline-offset: 0.2em;
|
|
2693
2693
|
transition: opacity var(--transition-fast);
|
|
@@ -2703,7 +2703,7 @@ nav[data-dropdown] {
|
|
|
2703
2703
|
|
|
2704
2704
|
/* Link primitives */
|
|
2705
2705
|
:where(a) {
|
|
2706
|
-
color: var(--color-primary-600);
|
|
2706
|
+
color: var(--color-primary-text, var(--color-primary-600));
|
|
2707
2707
|
text-decoration: underline;
|
|
2708
2708
|
text-underline-offset: 0.2em;
|
|
2709
2709
|
transition: opacity var(--transition-fast);
|
|
@@ -4255,7 +4255,7 @@ nav[data-dropdown] {
|
|
|
4255
4255
|
|
|
4256
4256
|
/* Link primitives */
|
|
4257
4257
|
:where(a) {
|
|
4258
|
-
color: var(--color-primary-600);
|
|
4258
|
+
color: var(--color-primary-text, var(--color-primary-600));
|
|
4259
4259
|
text-decoration: underline;
|
|
4260
4260
|
text-underline-offset: 0.2em;
|
|
4261
4261
|
transition: opacity var(--transition-fast);
|