mirror of
https://github.com/ahoneybun/ahoneybun.net.git
synced 2025-05-12 11:14:01 -06:00
12 lines
259 B
CSS
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;
|
|
}
|