@oxide/design-system 1.6.3 → 1.6.4
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 +18 -5
- package/package.json +1 -1
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
word-wrap: break-word;
|
|
64
64
|
|
|
65
65
|
text-decoration: underline;
|
|
66
|
-
text-decoration-color:
|
|
66
|
+
text-decoration-color: var(--content-accent-tertiary);
|
|
67
67
|
}
|
|
68
68
|
|
|
69
69
|
/* Use semi-bold for strong */
|
|
@@ -365,6 +365,23 @@
|
|
|
365
365
|
@apply my-[1.5rem] flex px-3 py-3;
|
|
366
366
|
}
|
|
367
367
|
|
|
368
|
+
.asciidoc-body .admonitionblock a {
|
|
369
|
+
text-decoration-color: var(--content-success-tertiary);
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
.asciidoc-body .admonitionblock.tip a {
|
|
373
|
+
text-decoration-color: var(--base-purple-600);
|
|
374
|
+
}
|
|
375
|
+
|
|
376
|
+
.asciidoc-body .admonitionblock.warning a {
|
|
377
|
+
text-decoration-color: var(--content-error-tertiary);
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
.asciidoc-body .admonitionblock.caution a,
|
|
381
|
+
.asciidoc-body .admonitionblock.important a {
|
|
382
|
+
text-decoration-color: var(--content-notice-tertiary);
|
|
383
|
+
}
|
|
384
|
+
|
|
368
385
|
.asciidoc-body .admonitionblock strong {
|
|
369
386
|
@apply text-success;
|
|
370
387
|
}
|
|
@@ -382,10 +399,6 @@
|
|
|
382
399
|
@apply border-destructive-secondary;
|
|
383
400
|
}
|
|
384
401
|
|
|
385
|
-
.asciidoc-body .admonitionblock.tip .quoteblock {
|
|
386
|
-
border-color: var(--base-purple-500);
|
|
387
|
-
}
|
|
388
|
-
|
|
389
402
|
.asciidoc-body .admonitionblock.warning strong {
|
|
390
403
|
@apply text-destructive;
|
|
391
404
|
}
|