Plantilla:Ús de la plantilla/styles.css

.template-documentation {
    clear: both;
    margin: 1em 0 0 0;
    border: 1px solid #aaa;
    background-color: #ecfcf4;
    padding: 1em;
}

html.skin-theme-clientpref-night .template-documentation {
	background-color: #0b1e1c;
}

@media (prefers-color-scheme: dark) {
    html.skin-theme-clientpref-os .template-documentation {
        background-color: #0b1e1c;
    }
}