823
edits
(Created page with "→CSS placed here will be applied to all skins: table.blue_lines tr:nth-child(2n+0),tr.blue_lines:nth-child(2n+0){ background-color: #EEEEFF; } table.blue_lines tr:nth-ch...") |
(try background color) |
||
Line 6: | Line 6: | ||
background-color: #CCCCFF; | background-color: #CCCCFF; | ||
} | } | ||
/* try background color */ | |||
body { background: #ff7733 } |