Difference between revisions of "MediaWiki:Common.css"

From Parallel Library Services
Jump to navigation Jump to search
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


mw-body {
body, mw-body {
     font-family: 'Helvetica Neue', 'Arial', sans-serif;
     font-family: 'Helvetica Neue', 'Arial', sans-serif;
     background-color: white;
     background-color: white;
     color: black;
     color: black;
}
}

Revision as of 21:39, 20 September 2021

/* CSS placed here will be applied to all skins */

body, mw-body {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    background-color: white;
    color: black;
}