Jump to content

Module:Message box/cmbox.css: Difference between revisions

No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
background-color: #2a3438;    /* Default "notice" blue */
background-color: #2a3438;    /* Default "notice" blue */
box-sizing: border-box;
box-sizing: border-box;
}
@media screen and (prefers-color-scheme: light) {
    html.skin-theme-clientpref-os .cmbox {
        background-color: #daf5ff;
    }
}
html.skin-theme-clientpref-day .cmbox {
    background-color: #daf5ff;
}
}