MediaWiki:Common.css: Difference between revisions
From WickyWiki
mNo edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
body { | body { | ||
background-color: LightCyan; | |||
} | |||
#mw-head-base { | |||
background-color: LightCyan; | background-color: LightCyan; | ||
} | } | ||
Revision as of 07:49, 9 April 2021
body {
background-color: LightCyan;
}
#mw-head-base {
background-color: LightCyan;
}
#content {
background-image: linear-gradient(to right, white , LightCyan);
}