.post-header a:hover, .post-content a:hover, .header-items a:hover {
    text-decoration: none;
    background-color: #000;
    color: #fff;
    font-weight: normal;
}

.post-author a:hover {
    font-weight: 600;
}

.post-header a, .post-content a, .header-items a {
    text-decoration: underline;
}

.posts-title .row .col-xs-11 a:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
}

.posts-title .row .col-xs-11 a {
  text-decoration: underline;
}
