chore: Remove underline from bold links in widget tagline
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user