4,090
edits
No edit summary |
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 */ | ||
/* White background in body */ | |||
body { | body { | ||
background-color: white; | background-color: white; | ||
transition: background-color 1s ease; | |||
} | |||
/* Mediawiki horizontal navigation styles */ | |||
#mw-head { | |||
background-color: white; | |||
transition: background-color 1s ease; | transition: background-color 1s ease; | ||
} | } |