@oxide/design-system 2.1.1--canary.d28255d.0 → 2.1.1--canary.81e2848.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.
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
|
|
172
172
|
ul,
|
|
173
173
|
ol {
|
|
174
|
-
@apply mb-
|
|
174
|
+
@apply mb-3 list-disc text-mono-sm;
|
|
175
175
|
}
|
|
176
176
|
|
|
177
177
|
li::marker,
|
|
@@ -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
|
}
|
|
@@ -484,7 +488,7 @@
|
|
|
484
488
|
}
|
|
485
489
|
|
|
486
490
|
.imageblock.inlineimage {
|
|
487
|
-
@apply my-
|
|
491
|
+
@apply my-3;
|
|
488
492
|
}
|
|
489
493
|
|
|
490
494
|
table.tableblock table.tableblock {
|
package/package.json
CHANGED