From b3447c67e1922182b817a434aaeafe99404bc20d Mon Sep 17 00:00:00 2001 From: Vrifox Date: Wed, 17 Feb 2021 15:19:48 +0100 Subject: [PATCH] adapted links of the blog theme --- scss/import/www.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scss/import/www.scss b/scss/import/www.scss index 055948a..e1aafaa 100644 --- a/scss/import/www.scss +++ b/scss/import/www.scss @@ -4,9 +4,10 @@ body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; margin: 0; a { - color: $nom_blue-light; + color: $white; + text-underline-offset: 3px; &:hover { - text-decoration: none; + text-decoration-style: dotted; } } h1 {