Browse Source

Changed tags styling

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

13
css/style.css

@ -1656,11 +1656,10 @@ p.blogauthor {
} }
.tags a { .tags a {
font-size: .875rem; font-size: .75rem;
color: #3399d4; color: white;
display: inline-block; display: inline-block;
border: 1px solid #3399d4; background-color: #888;
border-radius: .313rem;
padding: .25rem .625rem; padding: .25rem .625rem;
margin-right: .125rem; margin-right: .125rem;
margin-bottom: .5rem; margin-bottom: .5rem;
@ -1668,9 +1667,9 @@ p.blogauthor {
} }
.tags a:hover { .tags a:hover {
color: white; color: #888;
background: #3399d4; background: transparent;
border: 1px solid #3399d4; border: 1px solid #888;
} }
.tag-title { .tag-title {

Loading…
Cancel
Save