mirror of
https://github.com/ahoneybun/ahoneybun.net.git
synced 2025-05-13 03:23:01 -06:00
init commit
This commit is contained in:
commit
cae1778de5
16 changed files with 574 additions and 0 deletions
12
public/css/style-external-links.css
Normal file
12
public/css/style-external-links.css
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue