:root {
  --background: #1d2021;
  --foreground: #ebdbb2;
  --accent: #7c9dc0;
}

.post-meta, .attr-name, .variable, .unit, .hanchor {
  color: var(--accent) !important;
}

code, kbd {
  background-color: rgba(124, 157, 192, 0.2);
}