@oxide/design-system 1.8.1 → 1.8.2
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.
|
@@ -280,7 +280,7 @@
|
|
|
280
280
|
|
|
281
281
|
.inline-code {
|
|
282
282
|
@apply text-secondary;
|
|
283
|
-
@apply ml-[1px] mr-[1px] rounded border px-[4px] py-[1px] align-[1px] text-[0.
|
|
283
|
+
@apply ml-[1px] mr-[1px] rounded border px-[4px] py-[1px] align-[1px] text-[0.825em] bg-raise border-secondary;
|
|
284
284
|
}
|
|
285
285
|
|
|
286
286
|
.asciidoc-body p code,
|
|
@@ -289,7 +289,7 @@
|
|
|
289
289
|
.asciidoc-body h3 code,
|
|
290
290
|
.asciidoc-body h4 code,
|
|
291
291
|
.asciidoc-body h5 code {
|
|
292
|
-
@apply text-[0.
|
|
292
|
+
@apply text-[0.825em] text-default;
|
|
293
293
|
@apply ml-[1px] mr-[1px] rounded border px-[4px] py-[1px] align-[1px] bg-raise border-secondary;
|
|
294
294
|
}
|
|
295
295
|
|