From c2c0bae335597ad73208685b87f5af00c674d5cf Mon Sep 17 00:00:00 2001 From: Magnus Hoff Date: Thu, 19 Jul 2018 08:36:47 +0200 Subject: [PATCH] Avoid changing layout on hover --- assets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/style.css b/assets/style.css index 8f28c9d..5aa6a1c 100644 --- a/assets/style.css +++ b/assets/style.css @@ -156,6 +156,7 @@ a { } a[href^="http"]::after { + display: inline-block; padding: 0 0.1rem; font-size: 75%; content: "🔗"; @@ -163,7 +164,6 @@ a[href^="http"]::after { } a[href^="http"]:hover::after { - display: inline-block; text-decoration: none; }