From b37876ea35d59a471e2ed07ed4ea9a921269b610 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Fri, 12 May 2023 16:44:58 +0200 Subject: [PATCH] Styling van links --- themes/nluug/assets/scss/styles.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/nluug/assets/scss/styles.scss b/themes/nluug/assets/scss/styles.scss index 97f88ae..2b023a5 100644 --- a/themes/nluug/assets/scss/styles.scss +++ b/themes/nluug/assets/scss/styles.scss @@ -212,7 +212,7 @@ h1, h2, h3, h4, h5, strong, b { .menu li{ float: left; } - .menu a,a:link,a:visited { + .menu a { color: $color-text-inverse; } .menu a:hover { @@ -276,6 +276,7 @@ a:visited { a:hover, a.heading-link { + color: inherit; text-decoration: underline; }