blockquote {
    border-left: 4px solid var(--anzhiyu-lighttext) !important;
}

[data-theme="light"] blockquote {
    background-color: rgba(66, 89, 239, 0.25) !important;
}

[data-theme="dark"] blockquote {
    background-color: rgba(242, 185, 75, 0.25) !important;
}

[data-theme="dark"] #article-container code {
    background-color: #3e3e3e !important;
    color: var(--text-highlight-color) !important;
}
