From 5e946130052317f12325f3045a47fa5a62b20031 Mon Sep 17 00:00:00 2001 From: Holger Reinhardt Date: Sun, 17 Apr 2016 21:32:40 +0200 Subject: [PATCH] Update clean-blog.css To agressive in underlining - dial it back a bit --- css/clean-blog.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/css/clean-blog.css b/css/clean-blog.css index 10cb8c8..16d457c 100644 --- a/css/clean-blog.css +++ b/css/clean-blog.css @@ -13,6 +13,10 @@ p { line-height: 1.5; margin: 30px 0; } +p a, +li a { + text-decoration: underline; +} h1, h2, h3, @@ -23,7 +27,6 @@ h6 { font-weight: 800; } a { - text-decoration: underline; color: #404040; } a:hover,