pre[class*="language-"] {
    background: #0d1117 !important;
    border-radius: 12px !important;
    padding: 1.5rem !important;
}

:not(pre) > code {
    background: #fff1f2 !important;
    color: #e11d48 !important;
    padding: 0.2rem 0.4rem !important;
    border-radius: 6px !important;
}