Remove !important from special page heading styles

The !important-less version still overrides 8ce4955ada/resources/skins.minerva.base.styles/content/headings.less (73).

Bug: T296598
Change-Id: I894b2e816b4ca739b4ba7cea53cdef7a85b1b776
This commit is contained in:
Dr4goniez 2024-08-13 20:31:43 +09:00 committed by Dragoniez
parent cde114a8df
commit 8a353c5421

View file

@ -16,10 +16,13 @@
overflow: auto;
}
h1,
h2 {
// Important given we have no idea which rules special pages are enforcing
font-family: @font-family-base !important;
.pre-content h1,
.content .mw-heading1,
.content h1,
.content .mw-heading2,
.content h2 {
// Consistent header font across special pages
font-family: @font-family-base;
}
.content-header {