We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfa870f commit 730226cCopy full SHA for 730226c
src/client/theme-default/components/VPDoc.vue
@@ -205,5 +205,6 @@ const pageName = computed(() =>
205
206
.external-link-icon-enabled :is(.vp-doc a[href*='://'], .vp-doc a[target='_blank'])::after {
207
content: '';
208
+ color: currentColor;
209
}
210
</style>
src/client/theme-default/styles/components/vp-doc.css
@@ -546,6 +546,7 @@
546
width: 11px;
547
height: 11px;
548
background: currentColor;
549
+ color: var(--vp-c-text-3);
550
flex-shrink: 0;
551
--icon: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' %3E%3Cpath d='M0 0h24v24H0V0z' fill='none' /%3E%3Cpath d='M9 5v2h6.59L4 18.59 5.41 20 17 8.41V15h2V5H9z' /%3E%3C/svg%3E");
552
-webkit-mask-image: var(--icon);
0 commit comments