feat: add a textDecoration variant to links
This commit is contained in:
@@ -46,6 +46,7 @@ export default async function IntroSection({
|
||||
className={styles.introLink}
|
||||
target="_blank"
|
||||
variant="icon"
|
||||
textDecoration="underline"
|
||||
color="peach80"
|
||||
href={tripAdvisor.webUrl}
|
||||
>
|
||||
@@ -59,6 +60,7 @@ export default async function IntroSection({
|
||||
className={styles.introLink}
|
||||
target="_blank"
|
||||
color="peach80"
|
||||
textDecoration="underline"
|
||||
variant="icon"
|
||||
href="#"
|
||||
>
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
}
|
||||
|
||||
.introLink {
|
||||
text-decoration: underline !important;
|
||||
text-decoration-color: var(--Scandic-Peach-80);
|
||||
width: fit-content;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user