Browse Source

Added hovering styling for tags

redesign
Anxhelo Lushka 7 years ago
committed by GitHub
parent
commit
e01132642d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      css/style.css

6
css/style.css

@ -1665,3 +1665,9 @@ p.blogauthor {
margin-bottom: .5rem; margin-bottom: .5rem;
text-decoration: none; text-decoration: none;
} }
.tags a:hover {
color: white;
background: transparent;
border: none;
}

Loading…
Cancel
Save