From c917f2d7c8d84cba1f87106b55f48a74405e0477 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Wed, 24 Mar 2021 22:59:37 +0100 Subject: [PATCH] :lipstick: (link) underline each link --- src/styles/app.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/app.scss b/src/styles/app.scss index 5641da5..bf72667 100644 --- a/src/styles/app.scss +++ b/src/styles/app.scss @@ -53,10 +53,10 @@ body { display: flex; } -a.external-link { +a { text-decoration: underline; - &::after { + &.external-link::after { margin-left: 0.2rem; vertical-align: text-top; content: url('assets/icons/external-link.svg');