Jump to content

MediaWiki:Common.css: Difference between revisions

From wiki.rayhan.com
Created page with "CSS placed here will be applied to all skins: .mw-logo-container { color: black; font-size: 24px; }"
 
No edit summary
Line 3: Line 3:
     color: black;
     color: black;
     font-size: 24px;
     font-size: 24px;
}
.mw-first-heading, .mw-page-title-namespace, .mw-page-title-separator, .mw-page-title-main {
    font-family: sans-serif;
}
}

Revision as of 15:26, 21 May 2025

/* CSS placed here will be applied to all skins */
.mw-logo-container {
    color: black;
    font-size: 24px;
}


.mw-first-heading, .mw-page-title-namespace, .mw-page-title-separator, .mw-page-title-main {
    font-family: sans-serif;
}