451
edits
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
Line 44: | Line 44: | ||
/* | /* Background for the whole page */ | ||
body.vector-2022 { | body.vector-2022 { | ||
background-color: # | background-color: #f7dce3; /* soft pink */ | ||
} | } | ||
. | /* Background for the content area */ | ||
background-color: white | .mw-page-container { | ||
background-color: white; /* content stays white */ | |||
margin: auto; | |||
max-width: 1000px; | |||
padding: 20px; | |||
border | box-sizing: border-box; | ||
} | } |