Skip to content

Instantly share code, notes, and snippets.

@topleague
Created February 13, 2019 07:01
Show Gist options
  • Save topleague/15555b41d1cfe5d4a551720c3b5514b2 to your computer and use it in GitHub Desktop.
Save topleague/15555b41d1cfe5d4a551720c3b5514b2 to your computer and use it in GitHub Desktop.
Post Meta and Post Info CSS
/* --- Post Meta Styling ---*/
.entry-categories, .entry-tags {
display: inline-block;
border: 1px solid;
padding: 0 10px;
background: #1982df;
color: white;
box-shadow: 1px 1px #fff;
text-transform: uppercase;
font-weight: bold;
}
.entry-categories a {
color: white;
text-decoration: none;
}
/*--- Post Info Styling ---*/
.entry-footer .entry-meta {
border-top: 2px solid #f5f5f5;
padding-top: 1.2rem;
color: #919599;
text-transform: uppercase;
letter-spacing: .05em;
font-family: sans-serif;
font-size: 1.2rem;
}
.entry-footer .entry-meta a {
color: #919599;
text-decoration: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment