MediaWiki:Common.css: Difference between revisions

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

Revision as of 07:36, 9 April 2021

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