.md-content h1, h2, h3, h4, h5, h6{
    color: white;
}

.md-content pre{
    background-color: #3f3f40;
    color: white;
    position: relative;
    background: #0d1117;
    border-radius: 0.5em;
    overflow: auto;
}

/* for code copy button */
.md-content pre code {
    display: block;
    padding: 1em;
    font-family: Consolas, monospace;
    font-size: 0.9em;
    background-color: #3f3f40 !important;
  }

.md-content .copy-btn {
    position: absolute;
    top: 2em;
    right: 2em;
    background: #1f6feb;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 0.2em 0.5em;
    cursor: pointer;
    font-size: 0.75em;
  }

.md-content th{
  color: white !important;
}