From b09fc2f0b52333170a86656e2621864b1ae5a371 Mon Sep 17 00:00:00 2001 From: Holger Reinhardt Date: Sat, 16 Apr 2016 21:41:55 +0200 Subject: [PATCH] Always underlining link fixing issue #55 --- css/clean-blog.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/css/clean-blog.css b/css/clean-blog.css index 9843afe..10cb8c8 100644 --- a/css/clean-blog.css +++ b/css/clean-blog.css @@ -13,9 +13,6 @@ p { line-height: 1.5; margin: 30px 0; } -p a { - text-decoration: underline; -} h1, h2, h3, @@ -26,6 +23,7 @@ h6 { font-weight: 800; } a { + text-decoration: underline; color: #404040; } a:hover,