MediaWiki:Common.css: Difference between revisions

From WickyWiki
mNo edit summary
mNo edit summary
Line 1: Line 1:
#body {  
body {  
   background-image: linear-gradient(to right, white , LightCyan);
   background-color: LightCyan;
}
}


#content {  
#content {  
   background-color: LightCyan;
   background-image: linear-gradient(to right, white , LightCyan);
}
}

Revision as of 07:47, 9 April 2021

body { 
  background-color: LightCyan;
}

#content { 
  background-image: linear-gradient(to right, white , LightCyan);
}