@oxide/design-system 1.2.7--canary.1d1e66c.0 → 1.2.7
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.
|
@@ -334,8 +334,17 @@
|
|
|
334
334
|
@apply overflow-x-auto !text-[13px] text-mono-code;
|
|
335
335
|
}
|
|
336
336
|
|
|
337
|
+
.asciidoc-body h1 code,
|
|
338
|
+
.asciidoc-body h2 code,
|
|
339
|
+
.asciidoc-body h3 code,
|
|
340
|
+
.asciidoc-body h4 code,
|
|
341
|
+
.asciidoc-body h5 code {
|
|
342
|
+
@apply text-[0.825em];
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
.asciidoc-body .paragraph > code,
|
|
337
346
|
.asciidoc-body p code {
|
|
338
|
-
@apply
|
|
347
|
+
@apply text-[0.825rem];
|
|
339
348
|
}
|
|
340
349
|
|
|
341
350
|
.asciidoc-body code {
|