Difference between revisions of "MediaWiki:Common.css"

From BaseX Documentation
Jump to navigation Jump to search
Line 2: Line 2:
 
body {
 
body {
 
   color: #2c2c2c;
 
   color: #2c2c2c;
 +
  font-size: 1.1rem;
 
   font-family: "PT Sans",Helvetica,Montserrat,"Helvetica Neue",Arial,sans-serif;
 
   font-family: "PT Sans",Helvetica,Montserrat,"Helvetica Neue",Arial,sans-serif;
 
}
 
}

Revision as of 13:57, 3 April 2020

/* CSS placed here will be applied to all skins */
body {
  color: #2c2c2c;
  font-size: 1.1rem;
  font-family: "PT Sans",Helvetica,Montserrat,"Helvetica Neue",Arial,sans-serif;
}