html.theme-dark {
    color: white;
    background-color: #222;
}
html.theme-dark body {
    border-top-color: #000;
}
html.theme-dark header .left-side,
html.theme-dark header .right-side {
    background-color: #111;
}
html.theme-dark header .right-side .becauseicare {
    border-color: #111;
}
html.theme-dark header .right-side select {
    border-bottom-color: rgba(255, 255, 255, 0.5);
}
html.theme-dark footer {
    background-color: #111;
}
html.theme-dark p code, 
html.theme-dark li code, 
html.theme-dark pre {
    background-color: #000;
}
html.theme-dark table th,
html.theme-dark table td {
    border-color: #aaa;
}
html.theme-dark table th {
    background-color: #000;
}
html.theme-dark blockquote {
    border-left-color: #666;
}
html.theme-dark blockquote::before {
    color: #666;
}
html.theme-dark details {
    --fgc: #fff;
    --bgc: #444;
}
html.theme-dark figure.floaty {
    border-color: #444;
}