Skip to content

Commit 2fffc18

Browse files
afhtbm
authored andcommitted
Mark all external links
with Upper Right Triangle Unicode Character (U+25F9)
1 parent bf72445 commit 2fffc18

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

source/layouts/layout.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<li><a href="docs.html">Docs</a></li>
2222
<li><a href="download.html">Download</a></li>
2323
<li><a href="contribute.html">Contribute</a></li>
24-
<li><a href="https://wiki.ledger-cli.org/">Wiki<sup></sup></a></li>
24+
<li><a href="https://wiki.ledger-cli.org/">Wiki</a></li>
2525
</ul>
2626
</nav>
2727
</header>

source/stylesheets/site.css.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ header {
2626
a { text-decoration:none; }
2727
}
2828

29+
a[href^="https://"]:not(:has(img, svg))::after {
30+
content: "\25f9";
31+
font-variant-position: super;
32+
vertical-align: super;
33+
font-size: 80%;
34+
}
35+
2936
:link {
3037
color:var(--link-color);
3138
}

0 commit comments

Comments
 (0)