diff --git a/app/components/Readme.vue b/app/components/Readme.vue index 593646b35..8cb59ee49 100644 --- a/app/components/Readme.vue +++ b/app/components/Readme.vue @@ -154,6 +154,7 @@ function handleClick(event: MouseEvent) { /* 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. */ content: '__'; @apply inline i-lucide:link rtl-flip ms-1 opacity-0; + font-size: 0.75em; } .readme :deep(a[href^='#']:hover::after) {