From e0c0fc5de840bd936329d27dbff8f3928ec009d9 Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Sun, 17 Jun 2018 18:28:11 +0200 Subject: [PATCH] Fixed blog overview title --- css/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/css/style.css b/css/style.css index 198324b..3694c6a 100755 --- a/css/style.css +++ b/css/style.css @@ -1764,3 +1764,11 @@ p.blogauthor { #page-title { text-transform: none; } + +.blog a { + color: #333333; +} + +.blog a:hover { + color: #3399D4; +}