/* Fix for byline underline issue */
.post-meta, .post-meta * {
  text-decoration: none !important;
}

/* Then add it back only to the links */
.post-meta a.u-url,
.post-meta a.p-author,
.post-meta a.p-category {
  text-decoration: underline !important;
}
