User:Krishj4/common.css: Difference between revisions

Fix RPI theme CSS (byte-accurate via API)
No edit summary
Line 23: Line 23:
.skin-vector-2022 .mw-body h6,
.skin-vector-2022 .mw-body h6,
.skin-vector-2022 .mw-first-heading {
.skin-vector-2022 .mw-first-heading {
font-family: var(--rpi-font);
font-family: var(--rpi-mono);
}
}


Line 33: Line 33:
.skin-vector-2022 .mw-code,
.skin-vector-2022 .mw-code,
.skin-vector-2022 .infobox td {
.skin-vector-2022 .infobox td {
font-family: var(--rpi-mono);
font-family: var(--rpi-font);
}
}