/* Re-style the home page to properly link to posts when full content is displayed. */
.post-entry a {position: inherit; font-weight: 500; border-bottom: 2px solid var(--pro);}
.post-entry:active {transform:none;}
.post-entry h2 a {border:none; font-weight: 700;}
.post-entry p, .post-entry ul, .post-entry ol, .post-entry dl {margin-bottom: 2em;}
.post-entry ul, .post-entry ol, post-entry dl {padding-left: 2.5rem;}
.post-entry li {margin-top: .6rem;}
.permalink-meta {font-size: 1.7rem; color: var(--air);}
.permalink-meta:before {content: "· ";}
a.permalink-meta, a.time-meta {border: none;}

blockquote {
  border-left: 5px solid var(--fog);
  padding: 0.2em 10px;
  margin: 0.5em 1px;
}

a:link {
  text-decoration: none;color: hotpink;
}

a:visited {
  text-decoration: none; color: hotpink;
}

a:active {
  text-decoration: none;color: hotpink;
}