FEATURE Handling a white version of internal-link-icon

This commit is contained in:
Antoine M 2025-10-02 10:31:57 +02:00
parent 36ee728ba2
commit d477fcbf51

View File

@ -28,6 +28,12 @@ a[target='_blank'] {
text-underline-offset: 8px; text-underline-offset: 8px;
transform: translateX(-4px); transform: translateX(-4px);
} }
&--white {
@apply text-white;
&:after {
filter: brightness(0) invert(1);
}
}
} }
.no-external-icon { .no-external-icon {
&:after { &:after {