body.dark .blog--title {
    color: var(--white)!important;
}

body.dark .blogcontent__card {
    background-color: var(--dark-gray);
}