app.css (103B)
1 /* Very simple theming. */ 2 3 body.theme-silver { 4 color: saddlebrown; 5 background-color: silver; 6 }