From e01132642dd072e8bd5ce7bc4c3144158a958a6a Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Tue, 1 May 2018 22:43:09 +0200 Subject: [PATCH] Added hovering styling for tags --- css/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/style.css b/css/style.css index a19f6eb..49af729 100755 --- a/css/style.css +++ b/css/style.css @@ -1665,3 +1665,9 @@ p.blogauthor { margin-bottom: .5rem; text-decoration: none; } + +.tags a:hover { + color: white; + background: transparent; + border: none; +}