From 0d423fc54832ffa224d1e189a785e584b8e7bea5 Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Sun, 17 Jun 2018 18:30:19 +0200 Subject: [PATCH] Fixed item --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 3694c6a..927816f 100755 --- a/css/style.css +++ b/css/style.css @@ -1765,10 +1765,10 @@ p.blogauthor { text-transform: none; } -.blog a { +#blog-title a { color: #333333; } -.blog a:hover { +#blog-title a:hover { color: #3399D4; }