Difference between revisions of "MediaWiki:Common.css"

From Parallel Library Services
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: body { font-family: 'Helvetica Neue', 'Arial', sans-serif; }")
 
Line 2: Line 2:


body {
body {
     font-family: 'Helvetica Neue', 'Arial', sans-serif;
     font-family: 'Helvetica Neue', 'Arial', sans-serif;
    border: 1px solid red;
}
}

Revision as of 21:37, 20 September 2021

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

body {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    border: 1px solid red;
}