@oxide/design-system 1.6.3--canary.90e0894.0 → 1.6.3
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/components/dist/asciidoc.css +21 -4
- package/package.json +1 -1
|
@@ -23,6 +23,10 @@
|
|
|
23
23
|
@apply mt-8 text-default;
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
+
.asciidoc-body .attribution cite {
|
|
27
|
+
@apply block;
|
|
28
|
+
}
|
|
29
|
+
|
|
26
30
|
.asciidoc-body .admonitionblock .quoteblock {
|
|
27
31
|
@apply mb-2 mt-2 pl-[0.75rem] border-success-secondary;
|
|
28
32
|
}
|
|
@@ -274,8 +278,8 @@
|
|
|
274
278
|
.asciidoc-body h3 code,
|
|
275
279
|
.asciidoc-body h4 code,
|
|
276
280
|
.asciidoc-body h5 code,
|
|
277
|
-
.asciidoc-body table code
|
|
278
|
-
@apply text-
|
|
281
|
+
.asciidoc-body table code {
|
|
282
|
+
@apply text-secondary;
|
|
279
283
|
@apply ml-[1px] mr-[1px] rounded border px-[4px] py-[1px] align-[1px] bg-raise border-secondary;
|
|
280
284
|
}
|
|
281
285
|
|
|
@@ -296,6 +300,19 @@
|
|
|
296
300
|
@apply overflow-x-auto !text-[13px] text-mono-code;
|
|
297
301
|
}
|
|
298
302
|
|
|
303
|
+
.asciidoc-body h1 code,
|
|
304
|
+
.asciidoc-body h2 code,
|
|
305
|
+
.asciidoc-body h3 code,
|
|
306
|
+
.asciidoc-body h4 code,
|
|
307
|
+
.asciidoc-body h5 code {
|
|
308
|
+
@apply text-[0.825em];
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
.asciidoc-body .paragraph > code,
|
|
312
|
+
.asciidoc-body p code {
|
|
313
|
+
@apply text-[0.825rem];
|
|
314
|
+
}
|
|
315
|
+
|
|
299
316
|
.asciidoc-body code {
|
|
300
317
|
font-feature-settings: 'calt' 0;
|
|
301
318
|
}
|
|
@@ -546,8 +563,8 @@
|
|
|
546
563
|
@apply border-r-0;
|
|
547
564
|
}
|
|
548
565
|
|
|
549
|
-
/*
|
|
550
|
-
specificity to handle nested tables
|
|
566
|
+
/*
|
|
567
|
+
specificity to handle nested tables
|
|
551
568
|
todo: check if it's needed in any of the other table styles
|
|
552
569
|
*/
|
|
553
570
|
.asciidoc-body tbody > tr:last-child > td,
|