html.theme-light {
    color: black;
    background-color: white;
}
html.theme-light body {
    border-top-color: #222;
}
html.theme-light header .left-side,
html.theme-light header .right-side {
    background-color: #e6e6e6;
}
html.theme-light header .right-side .becauseicare {
    border-color: #e6e6e6;
}
html.theme-light header .right-side select {
    border-bottom-color: rgba(0, 0, 0, 0.5);
}
html.theme-light footer {
    background-color: #e6e6e6;
}
html.theme-light p code,
html.theme-light li code,
html.theme-light pre {
    background-color: #eee;
}
html.theme-light table th,
html.theme-light table td {
    border-color: #aaa;
}
html.theme-light table th {
    background-color: #dadada;
}
html.theme-light blockquote {
    border-left-color: #aaa;
}
html.theme-light blockquote::before {
    color: #aaa;
}
html.theme-light details {
    --fgc: #000;
    --bgc: #eee;
}
html.theme-light figure.floaty {
    border-color: #ddd;
}