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,