.footer {
    --footer-bg: #22292d;
    --footer-color: #bbbcbd;
}

body {
    --theme-color: #16b597;
    --focus-shadow-color: rgba(22, 181, 151, .4);
    --focus-color-opacity1: rgba(22, 181, 151, .1);
    --mian-max-width: 1200px;
}

.enlighter-default .enlighter {
    max-height: 400px;
    overflow-y: auto !important;
}

.enlighter-toolbar {
    display: none !important;
}

@media (max-width: 640px) {
    .meta-right .meta-view {
        display: unset !important;
    }
}

body * {
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
}

body {
    --blur-bg: #ffffff;
}

body.dark-theme {
    --blur-bg: #37383a;
}