Template:No article text/styles.css

Template page
.noarticletext-title {
    margin-top: 2.4rem;
    margin-bottom: 1.6rem;
    clear: both;
}

.noarticletext-title .byline {
    color: #72777d;
    font-size: 0.825rem;
}

.noarticletext-title .headline {
    margin-top: 0;
    line-height: 1.2;
}

.subheader {
    display: block !important;
    line-height: 1.2;
    text-align: center;
}

.subheader+.card-container {
    margin-top: 0.8rem !important;
}

/* Dark mode */
@media (prefers-color-scheme: dark) {
    .noarticletext-title .overlay {
        background: #11151d;
    }
}