fix: refactor link styles in OIDC and Templates documentation to use a shared class

This commit is contained in:
Abhinav Raut
2025-04-14 23:50:37 +05:30
parent 5770188e4d
commit 4e893ef876
3 changed files with 9 additions and 2 deletions
+7
View File
@@ -359,3 +359,10 @@ a[data-active='false']:hover {
[data-radix-popper-content-wrapper] {
z-index: 9999 !important;
}
// Components
@layer components {
.link-style {
@apply text-blue-500 hover:underline;
}
}
+1 -1
View File
@@ -10,7 +10,7 @@
href="https://libredesk.io/docs/sso/"
target="_blank"
rel="noopener noreferrer"
class="text-blue-500 hover:underline"
class="link-style"
>
<p>Learn more</p>
</a>
@@ -48,7 +48,7 @@
<template #help>
<p>Design templates for customer communications and responses.</p>
<p>Modify content for internal and external emails.</p>
<a href="https://libredesk.io/docs/templating/" target="_blank" rel="noopener noreferrer" class="text-blue-500 hover:underline">
<a href="https://libredesk.io/docs/templating/" target="_blank" rel="noopener noreferrer" class="link-style">
<p>Learn more</p>
</a>
</template>