FEATURE Introducing a no external decoration for links

This commit is contained in:
Antoine M 2025-07-17 15:29:59 +02:00
parent 9743fc035f
commit bba1d4ee2d

View File

@ -9,3 +9,9 @@ a[target='_blank'] {
background-position: center; background-position: center;
} }
} }
.no-external-icon {
&:after {
@apply !hidden;
}
}