.template-documentation-end {
        background-color: #ecfcf4;
    }

/* Dark mode for template documentation */
html.skin-theme-clientpref-night .template-documentation-end {
    background-color: #0b1e1c;
}

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