来自Local Chinese Wikipedia
imported>Xiplus-abot2024年9月3日 (二) 20:51的版本
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转到导航
跳转到搜索
@media screen {
html.skin-theme-clientpref-night .infobox-has-images-with-white-backgrounds img {
background: white;
}
}
@media screen and (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .infobox-has-images-with-white-backgrounds img {
background: white;
}
}