Jump to content

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

No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 7: Line 7:
box-sizing: border-box;
box-sizing: border-box;
     margin: 1em 0;
     margin: 1em 0;
}
@media screen and (prefers-color-scheme: light) {
    html.skin-theme-clientpref-os .ambox {
        background-color: #ffcaca;
    }
}
html.skin-theme-clientpref-day .ambox {
    background-color: #ffcaca;
}
}