💄 (link) underline external links.

This commit is contained in:
Julien Calixte
2021-03-21 11:14:35 +01:00
parent 4a812e78dc
commit b2721763ac
2 changed files with 20 additions and 0 deletions

View File

@@ -39,3 +39,7 @@ body {
height: 100vh;
display: flex;
}
a.external-link {
text-decoration: underline;
}