MediaWiki:Common.css: Difference between revisions
MikeSaunders (talk | contribs) No edit summary |
MikeSaunders (talk | contribs) No edit summary |
||
Line 6: | Line 6: | ||
h2 { | h2 { | ||
border-bottom: none; | border-bottom: none; | ||
} | |||
.vector-page-titlebar { | |||
box-shadow: none; | |||
} | } |
Revision as of 13:26, 20 October 2023
/* CSS placed here will be applied to all skins */ * { font-family: "Segoe UI"; } h2 { border-bottom: none; } .vector-page-titlebar { box-shadow: none; }