Difference between revisions of "MediaWiki:Common.css"

From Parallel Library Services
Jump to navigation Jump to search
Line 5: Line 5:
     background-color: white;
     background-color: white;
     color: black;
     color: black;
}
.mw-body {
    border: 1px solid #3FA9F5;
}
}

Revision as of 14:46, 21 September 2021

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

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