455
edits
mNo edit summary |
mNo edit summary Tag: Reverted |
||
| 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: #fafafa; | ||
background-image: linear-gradient( | background-image: repeating-linear-gradient( | ||
45deg, | |||
#f5f5f5, | |||
#f5f5f5 10px, | |||
#eaeaea 10px, | |||
#eaeaea 20px | |||
); | |||
} | } | ||