@media (prefers-color-scheme: dark) {
    .bd-content {
        background-color: var(--pst-color-background) !important;
    }

    .bd-content p {
        background: transparent !important;
    }

    .bd-content img {
        background: transparent !important;
    }
}