Difference between revisions of "MediaWiki:Common.css"

From Parallel Library Services
Jump to navigation Jump to search
Line 3: Line 3:
body {
body {
     font-family: 'Helvetica Neue', 'Arial', sans-serif;
     font-family: 'Helvetica Neue', 'Arial', sans-serif;
     border: 1px solid red;
     background-color: white;
    color: black;
}
}

Revision as of 21:38, 20 September 2021

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

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