MediaWiki:Common.css: Difference between revisions

Merge RPI theme (Geist/Source Serif 4, red accents, thick red page-title rule) into site CSS
Infobox: only title is red, drop first-subheader selector
Line 561: Line 561:
}
}


.skin-vector-2022 .infobox-title,
.skin-vector-2022 .infobox-title {
.skin-vector-2022 .infobox > tbody > tr:first-child > th[colspan] {
color: var(--rpi-red);
color: var(--rpi-red);
}
}