455
edits
mNo edit summary Tag: Reverted |
mNo edit summary Tag: Manual revert |
||
| Line 4: | Line 4: | ||
/* Apply background to the whole page wrapper */ | /* Apply background to the whole page wrapper */ | ||
.mw-page-container { | .mw-page-container { | ||
background-color: # | background-color: #ffffff; /* base white */ | ||
background-image: | background-image: linear-gradient(90deg, #e0e0e0 1px, transparent 1px), | ||
linear-gradient(#e0e0e0 1px, transparent 1px); | |||
background-size: 20px 20px; /* grid size */ | |||
} | } | ||