From Legacy Wiki
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-color: white; |
} | } |
Revision as of 13:15, 11 June 2025
/* CSS placed here will be applied to all skins */ body { background-color: white; }