Skip to content

Commit 39a223c

Browse files
afhtbm
authored andcommitted
Change external link character
1 parent 2fffc18 commit 39a223c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source/stylesheets/site.css.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ header {
2727
}
2828

2929
a[href^="https://"]:not(:has(img, svg))::after {
30-
content: "\25f9";
30+
content: "\21f1";
31+
transform: scaleX(-1);
32+
display: inline-block;
3133
font-variant-position: super;
3234
vertical-align: super;
3335
font-size: 80%;

0 commit comments

Comments
 (0)