Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Vector-2022.css: Difference between revisions

MediaWiki interface page
Adjusted border-color of headings h1 and h2, reverted sticky header to default styling (was causing issues with the language selector), added background to sidebar containers, fixed the permanent highlighting of the alterts and notices buttons
Changed h2 border width to 2px
Line 17: Line 17:
}
}


.mw-body h1, .mw-body h2 {
.mw-body h2 {
   border-color: var(--theme-border-color) !important;
   border: 2px solid var(--theme-border-color) !important;
}
}