:root {
    --md-default-bg-color: transparent;
}

.md-main {
    background: linear-gradient(135deg,
    rgba(25, 25, 35, 1) 0%,
    rgba(45, 45, 60, 1) 50%,
    rgba(25, 25, 35, 1) 100%) fixed;
}

.md-content__inner {
    background-color: rgba(28, 27, 34, 0.7);
    border-radius: 4px;
    padding: 1rem;
}

.highlight pre {
    background-color: rgba(18, 17, 24, 0.9) !important;
}