Difference between revisions of "MediaWiki:Common.css"

From Temnišče
Jump to navigation Jump to search
Line 6: Line 6:
 
   font-family: 'Mate', serif;
 
   font-family: 'Mate', serif;
  
  background-color: #090909;
+
 
   color: #edb;
+
}
 +
 
 +
/* Dark background for main page & stuff */
 +
.mw-page-base, .mw-head-base, .content {
 +
   background-color: #101010;
 
}
 
}

Revision as of 04:23, 27 March 2021

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

@import url('https://fonts.googleapis.com/css2?family=Mate:ital@0;1&display=swap');

body {
  font-family: 'Mate', serif;


}

/* Dark background for main page & stuff */
.mw-page-base, .mw-head-base, .content {
  background-color: #101010;
}