打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

模板:Rlmonster/style.css

来自EaseCation Wiki
@media screen and (prefers-color-scheme: dark) {
    .custom-infobox {
        background-color: #1e1e1e !important;
        border-color: #444444 !important;
    }

    .custom-infobox > div[style*="background-color:#26CA9B"] {
        background-color: #2d8f6f !important;
        color: white !important;
    }

    .infobox-image {
        background-color: #1e1e1e !important;
    }



    .custom-infobox > div[style*="border-top:1px solid #f3f4f6"] {
        border-top-color: #444444 !important;
    }

    .infobox-row {
        border-bottom-color: #444444 !important;
    }


    .infobox-label {
        background-color: #2a2a2a !important;
        color: white !important;
        border-right-color: #444444 !important;
    }


    .infobox-data {
        color: #e0e0e0 !important;
    }
}