@media (prefers-color-scheme: dark) {
    html {
        color-scheme: dark;
        color: white;
        background: transparent;
    }
    :link {
        color: #419CFF;
    }
    :link:active {
        color: #FF1919;
    }
}
