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)
   color: rgba(0, 0, 0, 15);
   background-color: rgba(0, 0, 0, 15)
   background-color: rgba(0, 0, 0, 15);
}
}

Revision as of 13:38, 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);
}