.hover-light {
    background-color: #242424;
    overflow: hidden;
    border-radius: 20px;
    transition: .3s;
}
    
.hover-light:hover {
    background-color: #353535;
}

.hljs {
    color: #ffffff !important;
    background: #2b2b2b !important;
}

.hljs-keyword, .css .rule .hljs-keyword, .hljs-winutils, .nginx .hljs-title, .hljs-subst, .hljs-request, .hljs-status {
    color: #ff6424 !important;
}

.hljs-string, .hljs-tag .hljs-value, .hljs-doctag, .tex .hljs-formula {
    color: #1198dd !important;
}

.hljs-title, .hljs-id, .scss .hljs-preprocessor {
    color: #dcd644 !important;
}

.t-text_md {
    font-size: 16px !important;
}

.t-feed__post-popup__text-wrapper h4.t-redactor__h4 {
    font-size: 20px !important;
    font-weight: 600 !important;
}