ahoneybun.net/public/css/style-external-links.css
Aaron Honeycutt cae1778de5 init commit
2024-11-21 17:23:24 -07:00

12 lines
259 B
CSS

a[href]:not(:where(
[href^="#"],
[href^="/"]:not([href^="//"]),
[href^=".."],
[href*="//ayushnix.com"],
[href*="//microblog.ayushnix.com"],
[href*="//wiki.ayushnix.com"],
))::after {
font-size: var(--step-s1);
content: " ↗";
vertical-align: middle;
}