fix(core): 🐛 incorrect font size for sticky title parenthesis text

This commit is contained in:
alistair3149 2024-05-01 19:22:08 -04:00
parent cf45a67b7e
commit 71ef6b7a30
No known key found for this signature in database

View file

@ -78,7 +78,8 @@
padding-bottom: var( --space-sm );
}
.firstHeading {
.firstHeading,
.mw-page-title-parenthesis {
font-size: var( --font-size-medium );
}
}