chore: Remove underline from bold links in widget tagline
This commit is contained in:
@@ -51,7 +51,7 @@ const containerClasses = computed(() => [
|
||||
/>
|
||||
<p
|
||||
v-dompurify-html="formatMessage(introBody)"
|
||||
class="text-lg leading-normal text-n-slate-11 [&_a]:underline"
|
||||
class="text-lg leading-normal text-n-slate-11 [&_a]:underline [&_a:has(>strong)]:no-underline"
|
||||
/>
|
||||
</header>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user