Template:CDNblock/styles.css
Appearance
.template-cdnblock {
background-color: #F9F9F9;
}
@media screen {
html.skin-theme-clientpref-night .template-cdnblock {
background-color: #171a1d;
color: inherit;
}
}
@media screen and (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .template-cdnblock {
background-color: #171a1d;
color: inherit;
}
}