Difference between revisions of "MediaWiki:Common.css"

From Modern Nights
Jump to: navigation, search
Line 4: Line 4:
 
   --color-gray-10: #f4f4f4;
 
   --color-gray-10: #f4f4f4;
 
   --color-gray-20: #e0e0e0
 
   --color-gray-20: #e0e0e0
}
 
 
*, .mw-body, .parsoid-body {
 
  background: var(--color-gray-10);
 
 
}
 
}

Revision as of 10:45, 19 July 2021

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

:root {
  --color-gray-10: #f4f4f4;
  --color-gray-20: #e0e0e0
}