From 95a0412debc00bd5059ac2d042c287b33b463db2 Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Sun, 21 Jan 2018 03:39:04 +0100 Subject: [PATCH] Update style.css --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index a2da266..ac5be8e 100755 --- a/css/style.css +++ b/css/style.css @@ -714,12 +714,12 @@ nav.wrapper { .post h2 a, .post h3 a, .post h4 a, .recent-post h2 a, .recent-post h3 a, .recent-post h4 a { color: #333; } .post h2 a:hover, .post h3 a:hover, .post h4 a:hover, .recent-post h2 a:hover, .recent-post h3 a:hover, .recent-post h4 a:hover { - color: #AB8860; } + color: #3399D4; } .post p.info, .recent-post p.info { font-size: 14px; margin-bottom: 30px; } .post p.info a, .recent-post p.info a { - color: #AB8860; } + color: #3399D4; } .post p.info a:hover, .recent-post p.info a:hover { color: #666; } .post .button:hover, .recent-post .button:hover {