Difference between revisions of "MediaWiki:Common.css"

From MyWiki
Jump to: navigation, search
Line 4: Line 4:
  
 
* {font-family: open sans}
 
* {font-family: open sans}
 +
 +
body {
 +
    background-color: #FBF0D9;
 +
}

Revision as of 12:30, 19 April 2017

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

@import url('https://fonts.googleapis.com/css?family=Open+Sans');

* {font-family: open sans}

body {
    background-color: #FBF0D9;
}