Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 9: Line 9:


.mw-body {
.mw-body {
   background: light-gray;
   background: LightGrey;
}
}

Revision as of 17:43, 11 August 2020

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

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

#content h1,
#content h2{
  font-family: "Noto Sans", sans-serif;
}

.mw-body {
  background: LightGrey;
}