Skip to content

Commit ce5ec88

Browse files
committed
fix: remove external link marker from images
1 parent 5871b6a commit ce5ec88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/Readme.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ function handleClick(event: MouseEvent) {
144144
@apply decoration-accent text-accent;
145145
}
146146
147-
.readme :deep(a[target='_blank']::after) {
147+
.readme :deep(a[target='_blank']:not(:has(img))::after) {
148148
/* I don't know what kind of sorcery this is, but it ensures this icon can't wrap to a new line on its own. */
149149
content: '__';
150150
@apply inline i-carbon:launch rtl-flip ms-1 opacity-50;

0 commit comments

Comments
 (0)