455
edits
mNo edit summary |
mNo edit summary |
||
| Line 2: | Line 2: | ||
/* Apply to the whole page wrapper */ | |||
background-color: # | #mw-wrapper { | ||
background-image: | background-color: #ffffff; | ||
background-image: linear-gradient(90deg, #e0e0e0 1px, transparent 1px), | |||
linear-gradient(#e0e0e0 1px, transparent 1px); | |||
background-size: 20px 20px; | |||
} | } | ||