MediaWiki:Common.css: Difference between revisions

From WickyWiki
mNo edit summary
mNo edit summary
Line 7: Line 7:
}
}


#mw-head {  
 
#mw-page-base {  
   background-color: LightBlue;
   background-color: LightBlue;
}
}

Revision as of 08:06, 9 April 2021

body { 
  background-color: LightBlue;
}

#p-logo { 
  background-color: LightBlue;
}


#mw-page-base { 
  background-color: LightBlue;
}

#content { 
  background-color: LightCyan;
}