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 , | background-image: linear-gradient(to right, white , LightCyan); | ||
} | } | ||
#content { | #content { | ||
background-color: | background-color: LightCyan; | ||
} | } | ||
Revision as of 07:47, 9 April 2021
#body {
background-image: linear-gradient(to right, white , LightCyan);
}
#content {
background-color: LightCyan;
}