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; +}