/* MESSAGE BODY */
html.dark-mode .message-htmlpart {
    background-color: #21292c !important;
    color: #e5e5e5 !important;
}

/* BLOCKQUOTE */
html.dark-mode blockquote {
    background-color: #1a1a1a !important;
    border-left: 3px solid #4da3ff !important;
    color: #e5e5e5 !important;
}

/* CODE / PRE */
html.dark-mode pre,
html.dark-mode code {
    background-color: #1a1a1a !important;
    color: #e5e5e5 !important;
    border: 1px solid #333 !important;
}

