8,960
edits
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
/* Change the background color of the bottom and left of eath page, up to behind the logo: */ | /* Change the background color of the bottom and left of eath page, up to behind the logo: */ | ||
body { background: | body { background: radial-gradient(hsl(208,100%,12%),black 100%);} | ||
/* background color of the content and title of pages */ | /* background color of the content and title of pages */ | ||
#content { background-color: #E0FFFF; } | #content { background-color: #E0FFFF; } | ||
/* This is from the background color of the title of the Navigation menu in the left column */ | /* This is from the background color of the title of the Navigation menu in the left column */ | ||