.messagebox-reconstruction {
background: AntiqueWhite;
border-color: Tan;
}
/* dark mode stuff; styles need to be duplicated exactly between these two media blocks */
@media screen {
html.skin-theme-clientpref-night .messagebox-reconstruction-icon { filter: contrast(0%) brightness(100%); }
html.skin-theme-clientpref-night .messagebox-reconstruction { background: var(--wikt-palette-beige, #2f1f10); border-color: #c9b165; }
}
@media screen and (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .messagebox-reconstruction-icon { filter: contrast(0%) brightness(100%); }
html.skin-theme-clientpref-os .messagebox-reconstruction { background: var(--wikt-palette-beige, #2f1f10); border-color: #c9b165; }
}