Template:Documentation/styles.css

Template page
.documentation {
    margin: 1.6rem 0;
    padding: 1.2rem;
    display: flex;
    flex-direction: column;
    font-size: 0.875rem;
    box-sizing: border-box;
    border: 1px solid #eaecf0;
    background-color: white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.03), 0 1px 2px rgba(0,0,0,0.06);
}

.documentation-header {
    margin-top: 0;
    margin-bottom: 0.8rem;
    line-height: 1.2;
    font-size: 1.25rem;
    color: #222222;
    font-family: "Titillium Web","Univia Pro","Roboto",-apple-system,BlinkMacSystemFont,"Segoe UI","Oxygen","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-weight: 600;
}

.documentation-subheader {
    margin: -0.6rem 0 1.6rem 0;
    color: #72777d;
    font-size: 0.825rem;
}

.documentation-links {
    float: right;
    margin: 0.3rem 0;
    font-size: 0.875rem;
    font-weight: 400;
    font-family: monospace;
}

/* Dark mode */
html.skin-citizen-dark .documentation {
    border-color: rgba(255,255,255,0.02);
    background-color: #222629;
}

html.skin-citizen-dark .documentation-header {
    color: rgba(255,255,255,0.87);
}

html.skin-citizen-dark .documentation-subheader {
    color: rgba(255,255,255,0.6);
}