Content deleted Content added
I Am Andumé (talk | contribs) created sandbox for Module:Banner shell/styles.css |
MusikBot II (talk | contribs) m Protected "Module:Banner shell/sandbox/styles.css": High-risk template or module: 44265 transclusions (more info) ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite)) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 16:
color:inherit;
border: 1px dotted gray;
}
@media screen {
html.skin-theme-clientpref-night .banner-shell-inner {
background:#2e2505;
}
}
@media screen and (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .banner-shell-inner {
background:#2e2505;
}
}
|