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 {
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 {

Loading…
Cancel
Save