From 2a628f4e218c1e70dd5831f3d285f2e012ac7812 Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Tue, 1 May 2018 22:43:33 +0200 Subject: [PATCH] Fixed color for hover --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 49af729..08c1e32 100755 --- a/css/style.css +++ b/css/style.css @@ -1668,6 +1668,6 @@ p.blogauthor { .tags a:hover { color: white; - background: transparent; + background: #3399d4; border: none; }