From 8852c973af08fe6f97c1be6e53524d1dcb2b0eea Mon Sep 17 00:00:00 2001 From: Thomas Letan Date: Sat, 15 Feb 2020 23:34:34 +0100 Subject: Mark external links with a dedicated icon --- site/style/main.sass | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'site') diff --git a/site/style/main.sass b/site/style/main.sass index 6996569..383855a 100644 --- a/site/style/main.sass +++ b/site/style/main.sass @@ -24,6 +24,10 @@ h1, h2, h3, h4, h5 h1 text-align: center +a[href] .fa-external-link + font-size: smaller; + padding-left: 0.2em + /* default */ body#default @@ -85,6 +89,9 @@ body#default .code a[href] text-decoration: none + .fa-external-link + display: none + .paragraph margin-top: 1em margin-bottom: 1em -- cgit v1.2.3