diff --git a/assets/style.css b/assets/style.css index a93634a..c6ad44e 100644 --- a/assets/style.css +++ b/assets/style.css @@ -167,6 +167,11 @@ a[href^="http"]::after { line-height: 0; } +a[href^="http"]:hover::after { + display: inline-block; + text-decoration: none; +} + a:hover { text-decoration: underline; }