From 136be75a105df846e2fa7ea3e7af74317e205fd6 Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 30 Oct 2019 22:28:08 +0100 Subject: [PATCH] Fix links --- src/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.scss b/src/main.scss index fb64fcd..3bbcd6b 100644 --- a/src/main.scss +++ b/src/main.scss @@ -40,7 +40,7 @@ h1, h2, h3, h4, h5, h6 { font-weight: bold; } - a { + h4 a { text-decoration: underline; color: lighten($dark, 10) !important; }