Template:Misattributed begin/styles.css
Appearance
.misattributed-begin-frame {
padding: .5em;
}
.misattributed-begin-box {
border: 1px solid black;
background-color: #FFE7CC;
}
@media screen {
html.skin-theme-clientpref-night .misattributed-begin-box {
border: 1px solid white;
background-color: #3A2D1A;
color: white;
}
}
@media screen and (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .misattributed-begin-box {
border: 1px solid white;
background-color: #3A2D1A;
color: white;
}
}