@media (prefers-color-scheme: dark) {
    :root {
        --color-primary: #ee3932;
        --character: url("/themes/asuka/images/character.png");
        --clock-logo: url("/themes/asuka/images/clock_logo.webp");
        --qweather-logo: url("/themes/asuka/images/clock_logo.webp");
    }
    #nexmoe-background .nexmoe-bg{
        background-image: url("/themes/asuka/images/background.png") !important;
    }
    .nexmoe-avatar{
        background-image: url("/themes/asuka/images/avatar.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;

    }
    .nexmoe-avatar img{
        display: none;
    }
}