MediaWiki:Common.css: Difference between revisions
From WickyWiki
mNo edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
body { | |||
background- | background-color: LightCyan; | ||
} | } | ||
#content { | #content { | ||
background- | 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);
}