模板: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;
}
}