pre {
  white-space: pre;
  background: #f0f0f0;
}

@media (min-width: 48em) {
  .content {
    max-width: 45rem;
    margin-left: 20rem;
    margin-right: 2rem;
  }
}

/* donovanmuller.blog - Custom */
.theme-base-donovanmuller .sidebar {
  background-color: #2c3240;
}

.theme-base-donovanmuller .sidebar img {
  width: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 48em) {
  .theme-base-donovanmuller .sidebar img {
    display: none;
  }
}

.theme-base-donovanmuller .content a {
  font-weight: bold;
}
.theme-base-donovanmuller .content a,
.theme-base-donovanmuller .related-posts li a:hover {
  color: #2c3240;
}

.theme-base-donovanmuller .related-posts li a:hover {
  color: #2c3240;
}