Jump to content

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

No edit summary
No edit summary
 
Line 8: Line 8:
}
}


body.skin-theme-clientpref-day .cmbox {
@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;
     background-color: #daf5ff;
}
}