Template:Archive top red/styles.css
Appearance
/* {{pp|small=y}} */
.archive-top.archive-top-red {
background-color: #ffeaea;
color: #000;
}
@media screen {
html.skin-theme-clientpref-night .archive-top.archive-top-red {
background-color: #280c0c;
color: #fff;
}
}
@media screen and (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .archive-top.archive-top-red {
background-color: #280c0c;
color: #fff;
}
}