init commit

This commit is contained in:
Aaron Honeycutt 2024-11-21 17:23:24 -07:00
commit cae1778de5
16 changed files with 574 additions and 0 deletions

View file

@ -0,0 +1,12 @@
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;
}