Difference between revisions of "MediaWiki:Common.css"

From Nick's Personal Wiki
Jump to navigation Jump to search
Tag: Replaced
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 +
body {
 +
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
 +
    line-height: 1.6;
 +
    color: rgb(200, 157, 244);
 +
    background-color: rgb(200, 157, 244);
 +
}

Revision as of 04:03, 27 March 2026

/* CSS placed here will be applied to all skins */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: rgb(200, 157, 244);
    background-color: rgb(200, 157, 244);
}