From 22c17853ae6c5ab6b1ea3a416865a96e2f5434a6 Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Thu, 31 May 2018 18:34:10 +0200 Subject: [PATCH] Changed tags styling --- css/style.css | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/css/style.css b/css/style.css index 4b20237..7512bf3 100755 --- a/css/style.css +++ b/css/style.css @@ -1656,11 +1656,10 @@ p.blogauthor { } .tags a { - font-size: .875rem; - color: #3399d4; + font-size: .75rem; + color: white; display: inline-block; - border: 1px solid #3399d4; - border-radius: .313rem; + background-color: #888; padding: .25rem .625rem; margin-right: .125rem; margin-bottom: .5rem; @@ -1668,9 +1667,9 @@ p.blogauthor { } .tags a:hover { - color: white; - background: #3399d4; - border: 1px solid #3399d4; + color: #888; + background: transparent; + border: 1px solid #888; } .tag-title {