MediaWiki:Common.css: Difference between revisions

no edit summary
(Focus on the one I want, try gradient...)
No edit summary
Line 19: Line 19:


body {
body {
    background-color: #E7F0ED;
//    background-color: #E7F0ED;
background-color: linear-gradient(red, blue);
}
}