MediaWiki:Common.css: Difference between revisions

From Olympus Entertainment Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: div { background-color: black; opacity: 1; }")
 
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
div {
  background-color: black;
  opacity: 1;
}

Revision as of 16:51, 4 February 2025

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