/* Date on the home post list. (The per-post byline uses a plain <small>, so it
   needs no rule of its own.) */
.post-date {
  color: var(--md-default-fg-color--light);
  font-size: 0.8rem;
}

/* Make the header site-name link home without looking like a styled link. */
.md-header__title-link {
  color: inherit;
  text-decoration: none;
}
.md-header__title-link:hover {
  text-decoration: none;
}
