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