More actions
(Created page with "→CSS placed here will be applied to all skins: body { background-color: red; }") |
No edit summary |
||
Line 2: | Line 2: | ||
body { | body { | ||
background-color: red; | background-color: red; | ||
} | |||
a { | |||
color: red; | |||
} | } |
Revision as of 13:09, 6 November 2024
/* CSS placed here will be applied to all skins */ body { background-color: red; } a { color: red; }