@media (prefers-color-scheme: light)
{
    html
    {
        --background-color : #ffffee;
        --text-color       : #800000;
        --header-color     : #800000;

        --content-background-color : #f0e0d6;
        --content-text-color       : #800000;
        --content-shade-color      : #dbada2;
        --content-quotation-color  : #789922;

/*
        Light テーマは標準でよいから定義しない
        --link-color           : ;
        --link-color-visited   : ;
        --link-hovered-color   : ;
        --link-hovered-bgcolor : ;
*/
    }
}
