Jump to content

MediaWiki:Common.css: Difference between revisions

From wiki.rayhan.com
No edit summary
No edit summary
Tag: Reverted
Line 8: Line 8:
.mw-first-heading, .mw-page-title-namespace, .mw-page-title-separator, .mw-page-title-main, .mw-headline {
.mw-first-heading, .mw-page-title-namespace, .mw-page-title-separator, .mw-page-title-main, .mw-headline {
     font-family: sans-serif;
     font-family: sans-serif;
}
body {
    font-size: 16px;
}
}

Revision as of 09:23, 23 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, .mw-headline {
    font-family: sans-serif;
}

body {
    font-size: 16px;
}