From 07f586ff898f0e8f139800957647518b6b012c14 Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Tue, 8 Sep 2015 18:50:20 +0430 Subject: [PATCH] Fix link underline in header --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index fb976cd..26d5db0 100644 --- a/style.css +++ b/style.css @@ -30,6 +30,10 @@ header { position: relative; text-shadow: 0 2px 15px rgba(0, 0, 0, 0.3); + + a { + text-decoration: none; + } } header::after {