167
edits
(Created page with "→CSS placed here will be applied to all skins: body { background-color: #FCD5C0; } #mw-page-base { background-image: linear-gradient(245deg, rgba(89,149,255,1) 0%, rg...") |
No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
body { | body { | ||
background-color: | background-image: linear-gradient(245deg, rgba(89,149,255,1) 0%, rgba(104,88,255,1) 100%); | ||
background-color: rgb(104,88,255); | |||
} | } | ||
#mw-page-base { | #mw-page-base { | ||
background | background: transparent; | ||
} | } | ||
.mw-body, .parsoid-body { | .mw-body, .parsoid-body { | ||
background-color: | background-color: white; | ||
} | } | ||
.vectorTabs ul li { | .vectorTabs ul li { | ||
background: # | background: #FF7266; | ||
} | } | ||