/* Atom One Dark palette, carried over from the highlight.js theme it replaces. */

.code-snippet {
  margin: 0;
  padding: 1em;
  overflow-x: auto;
  border-radius: 0.5rem;
  color: #abb2bf;
  background: #282c34;
}

.code-snippet .tag         { color: #e06c75; }
.code-snippet .attribute   { color: #d19a66; }
.code-snippet .value       { color: #98c379; }
.code-snippet .punctuation { color: #818896; }
