/* Home recent-updates and sidebar dark-mode alignment. */
body.night .index-info .index-tool-list,
body.night .index-info .index-login{
    border-color:#292a2d;
}

body.night .index-news .news-type a{
    border-color:transparent;
    background:transparent;
    color:#aeb7c3;
}

body.night .index-news .news-type a:hover,
body.night .index-news .news-type a:focus-visible{
    border-color:#3f536b;
    background:#303b47;
    color:#dce9f8;
}

body.night .index-news .news-type a.hover{
    border-color:#4c91e8;
    background:#367fda;
    color:#fff;
}

body.night .index-news .title .mun{
    color:#aeb7c3;
}

body.night .index-news .title .mun i{
    color:#8dbbf7;
}

body.night .index-news .title .mun b.new{
    color:#ffd166;
    font-weight:700;
}

.index-news-list ul li{
    transition:background-color .2s ease;
}

body.night .index-news-list ul li:hover{
    background:#30343a;
}

body.night .index-news-list ul li .news{
    color:#ffb454;
}

body.night .index-news-list ul li span{
    border-color:#4b5058;
}

body.night .index-news-list ul li span:hover{
    border-color:#4c91e8;
    background:#367fda;
}

@media (prefers-reduced-motion:reduce){
    .index-news-list ul li{
        transition:none;
    }
}
