@oxide/design-system 2.1.1--canary.cdce78f.0 → 2.1.1--canary.8b446f3.0
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.
|
@@ -366,6 +366,10 @@
|
|
|
366
366
|
@apply my-[1.5rem] flex px-3 py-3;
|
|
367
367
|
}
|
|
368
368
|
|
|
369
|
+
.admonition-content p {
|
|
370
|
+
@apply text-[currentColor];
|
|
371
|
+
}
|
|
372
|
+
|
|
369
373
|
.admonitionblock a {
|
|
370
374
|
text-decoration-color: color-mix(in srgb, currentColor 60%, transparent);
|
|
371
375
|
}
|
|
@@ -672,7 +676,7 @@
|
|
|
672
676
|
}
|
|
673
677
|
|
|
674
678
|
.paragraph.lead p {
|
|
675
|
-
|
|
679
|
+
@apply text-sans-xl;
|
|
676
680
|
}
|
|
677
681
|
|
|
678
682
|
a:not(:is(h1, h2, h3, h4, h5, h6) a) {
|
package/package.json
CHANGED