From 59957506f727ea4bc9e2990e94618789de0e5a71 Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Tue, 1 May 2018 23:51:34 +0200 Subject: [PATCH] Added hover effect for links --- css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/style.css b/css/style.css index 1ef1143..4b20237 100755 --- a/css/style.css +++ b/css/style.css @@ -1716,6 +1716,10 @@ p.blogauthor { transition: all .5s; } +.post-list-tags a:hover { + color: #144866; +} + .post-list-tags { *zoom: 1; width: auto;