From 2e9f1903ad8e286cfbe22f180eb94a2038fa7dcd Mon Sep 17 00:00:00 2001 From: Lorin Werthen Date: Wed, 6 Jul 2016 11:11:39 +0200 Subject: [PATCH] anchor text-decoration --- content/stylesheet.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/stylesheet.scss b/content/stylesheet.scss index 56699ac..6899d99 100644 --- a/content/stylesheet.scss +++ b/content/stylesheet.scss @@ -15,7 +15,7 @@ $navbar-border-color: #CCC; display: inline-block; color: black; - a:hover, a:visited, a:link, a:active { + a, a:hover, a:visited, a:link, a:active { text-decoration: none; }