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