MediaWiki:Common.css: Difference between revisions

From Beta Wiki
No edit summary
No edit summary
Line 2: Line 2:


body {
body {
  color: rgba(0, 0, 0, 15);
  background-color: rgba(0, 0, 0, 15);
}
div.mw-page-container {
   color: rgba(0, 0, 0, 15);
   color: rgba(0, 0, 0, 15);
   background-color: rgba(0, 0, 0, 15);
   background-color: rgba(0, 0, 0, 15);
}
}

Revision as of 13:39, 12 August 2024

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

body {
   color: rgba(0, 0, 0, 15);
   background-color: rgba(0, 0, 0, 15);
}

div.mw-page-container {
   color: rgba(0, 0, 0, 15);
   background-color: rgba(0, 0, 0, 15);
}