Compare commits

...
Author SHA1 Message Date
iamsivin 2295fc1ebd chore: Remove underline from bold links in widget tagline 2025-06-23 12:23:53 +05:30
2 changed files with 2 additions and 2 deletions
@@ -61,7 +61,7 @@ const isDefaultScreen = computed(() => {
</h2>
<p
v-dompurify-html="formatMessage(config.welcomeTagline)"
class="text-sm break-words text-n-slate-11 [&_a]:!text-n-slate-11 [&_a]:underline"
class="text-sm break-words text-n-slate-11 [&_a]:!text-n-slate-11 [&_a]:underline [&_a:has(>strong)]:no-underline"
/>
</div>
</div>
@@ -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>