diff --git a/resources/css/base/links.css b/resources/css/base/links.css index b952cca..3afd392 100644 --- a/resources/css/base/links.css +++ b/resources/css/base/links.css @@ -42,6 +42,7 @@ main } @apply w-4 h-4 inline-block ml-2 bg-center bg-no-repeat; font-size: 0 !important; + text-indent: -9999px; background-image: url('../resources/img/graphic-assets/icone-external-link-purple.svg'); } &:hover { @@ -66,6 +67,7 @@ a[href$='.pdf']:is(a[href*='homegrade\.local'], a[href*='homegrade\.brussels']): } @apply w-4 h-4 inline-block ml-2 bg-center bg-no-repeat; font-size: 0 !important; + text-indent: -9999px; background-image: url('../resources/img/graphic-assets/icon_brochure_download.svg'); } }