.code-block-copy { display: none !important; }
.code-block {
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: none;
}
.code-block-header {
  background: #fff;
  border-bottom: 1px solid #ccc;
}
.code-block-lang { color: #24292e; }
.post-content pre,
.post-content pre[style],
.post-content pre code {
  background: #fff !important;
  color: #24292e !important;
}
/* Remap the inline Monokai token colors Hugo emits to a light-background palette */
.post-content pre [style*="color:#f8f8f2"] { color: #24292e !important; }
.post-content pre [style*="color:#66d9ef"] { color: #005cc5 !important; }
.post-content pre [style*="color:#a6e22e"] { color: #22863a !important; }
.post-content pre [style*="color:#f92672"] { color: #d73a49 !important; }
.post-content pre [style*="color:#e6db74"] { color: #b08800 !important; }
.post-content pre [style*="color:#ae81ff"] { color: #6f42c1 !important; }
.post-content pre [style*="color:#75715e"] { color: #6a737d !important; }
.post-content pre [style*="color:#fd971f"] { color: #e36209 !important; }
