mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-23 13:56:51 +00:00
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:
parent
cde114a8df
commit
8a353c5421
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue