Difference between revisions of "MediaWiki:Common.css"

From BaseX Documentation
Jump to navigation Jump to search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
body {
 
body {
 
 
   color: #2c2c2c;
 
   color: #2c2c2c;
 
 
   font-family: "PT Sans",Helvetica,Montserrat,"Helvetica Neue",Arial,sans-serif;
 
   font-family: "PT Sans",Helvetica,Montserrat,"Helvetica Neue",Arial,sans-serif;
  -moz-osx-font-smoothing: grayscale;
 
  -webkit-font-smoothing: antialiased;
 
 
}
 
}

Revision as of 13:57, 3 April 2020

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