From ce503581d076823814131b9947b67d9b58de6f8b Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Tue, 1 May 2018 22:44:18 +0200 Subject: [PATCH] Fixed border color and size --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 08c1e32..51dcfdf 100755 --- a/css/style.css +++ b/css/style.css @@ -1669,5 +1669,5 @@ p.blogauthor { .tags a:hover { color: white; background: #3399d4; - border: none; + border: 1px solid #3399d4; }