MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 1,537:
.skin-minerva .content h3 {
font-family: var(--ed-sans);
font-size: 1.13rem; /* a touch larger than body so scale alone helps */
font-size: 1.08rem;
font-weight: 600;
color: var(--ed-ink) !important;
margin-top: 1.8em;
margin-bottom: 0.5em;
}
/* a SHORT, QUIET rule under the heading — marks it as a section start without
competing with the full ink rules on h1/h2 (one level down, muted + thin) */
.mw-body-content h3::after,
.skin-minerva .content h3::after {
content: "";
display: block;
width: 2.2em;
height: 1px;
background: var(--ed-faint);
margin-top: 0.3em;
}
.mw-body-content h4, .mw-body-content h5, .mw-body-content h6 {