hypnagaga_old/src/assets/css/global/blocks/external-link.css
2025-04-09 07:08:45 +02:00

25 lines
722 B
CSS

a[href^='http']:not([href*='localhost:8080']):not([href*='eleventy-excellent.netlify.app']):not(.button):not(
.no-indicator
),
.indicator {
padding-inline-end: 0.8em;
}
a[href^='http']:not([href*='localhost:8080']):not([href*='eleventy-excellent.netlify.app']):not(
.no-indicator
)::after,
.indicator::after {
position: absolute;
display: inline-block;
inline-size: 1em;
block-size: 1em;
background-image: url('/assets/images/template/external.svg');
background-repeat: no-repeat;
background-position: center;
background-size: 60% auto;
/* alternative text rules */
content: '(external link)';
overflow: hidden;
white-space: nowrap;
text-indent: 1em; /* the width of the icon */
}