Difference between revisions of "MediaWiki:Common.css"

From Temnišče
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: @import url('https://fonts.googleapis.com/css2?family=Vollkorn:ital@0;1&display=swap'); body { font-family: 'Vollkorn'; }")
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
@import url('https://fonts.googleapis.com/css2?family=Vollkorn:ital@0;1&display=swap');
+
@import url('https://fonts.googleapis.com/css2?family=Mate:ital@0;1&display=swap');
 
 
  
 
body {
 
body {
   font-family: 'Vollkorn';
+
   font-family: 'Mate', serif;
  
 +
  background-color: #090909;
 +
  color: #edb;
 
}
 
}

Revision as of 04:20, 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;

  background-color: #090909;
  color: #edb;
}