@media (prefers-color-scheme: dark) {
    :root {
        --background-color: rgba(9, 11, 12, 1) !important;
        --body-color: #ffffff !important;
        --grid-color: rgba(255, 255, 255, 0.07) !important;
    }

    .left::before {
        background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 35rem, rgba(9, 11, 12, 0.9) 100rem) !important;
    }
}