More actions
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 */ | ||
#test { | |||
background-color:blue; | |||
} | } |
Revision as of 20:45, 20 August 2024
/* CSS placed here will be applied to all skins */ #test { background-color:blue; }