tweaks for n ew tabs links

This commit is contained in:
Antoine M 2024-08-08 15:27:05 +02:00
parent 9f2a984ab9
commit cf17534555

View File

@ -31,4 +31,17 @@
.brochure-download-icon {
filter: invert(97%) sepia(97%) saturate(0%) hue-rotate(55deg) brightness(104%) contrast(105%);
}
/* NEW TAB LINKS */
a[target='_blank']:not([href*='homegrade\.local']):not([href*='homegrade\.brussels']):not(
:has(img)
) {
&:not(.cta--primary, .cta--secondary, .cta--button, .wp-block-button__link) {
&:after {
background-image: url('../resources/img/graphic-assets/icone-external-link-purple.svg');
filter: invert(97%) sepia(97%) saturate(0%) hue-rotate(55deg) brightness(104%)
contrast(105%);
}
}
}
}