﻿/* Hmtl, body. */
body {
    background: #FFFFFF;
}

@media (prefers-color-scheme: dark) {
    body {
        background: #000000;
    }
}