Szablon:Dokumentacja/styles.css
Wygląd
.template-documentation {
background-color: #ecfcf4;
border: 1px solid var(--border-color-base, #a2a9b1);
clear: both;
margin: 1em 0 0;
padding: 14px;
}
@media screen {
html.skin-theme-clientpref-night .template-documentation {
background-color: #002b16;
}
}
@media screen and (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .template-documentation {
background-color: #002b16;
}
}