:root {
  --background: #241f31;
  --foreground: #deddda;
  --accent: #2ec27e;
}

/* MY MODIFICATIONS */

/* Always hide the expanded desktop menu */
.menu--desktop {
  display: none;
}
/* Always show the collapse/toggle trigger */
.menu--mobile .menu__trigger {
  display: block;
}
/* Hide the empty menu on desktop sizes */
.navigation-menu {
  display: none;
}

.post-content h2 {
  color: var(--accent-2);
}

.post-content .footnote-ref {
  color: var(--accent-2);
}

.post-content strong {
  color: var(--accent-2);
}

.post-content em {
  color: var(--accent-2);
}
