From e6028884afb3cc737139d6174f89707ad8634e25 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Wed, 10 Jan 2024 10:52:44 +0100 Subject: [PATCH] Icon for external links --- sass/style.scss | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/sass/style.scss b/sass/style.scss index 448e8b3..c00b941 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -70,7 +70,19 @@ nav { a { text-decoration: none; - color: #fff; + color: #353; + + &:hover { + text-decoration: underline; + } + + &[rel~="noreferrer"]::after, &.external::after { + content: "\ecaf"; + font-family: remixicon; + font-size: .8em; + font-weight: normal; + margin-left: .2em; + } } img {