move link symbol before a link so the symbol is not alone on a newline

This commit is contained in:
Solene Rapenne 2021-09-29 23:49:18 +02:00
parent 60ea781590
commit 2744f77827
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ a {
text-decoration:underline;
}
.permalink::after { content: " ↗"; }
.permalink::before { content: "↗ "; }
.permalink:hover { color: plum; }
h1 {