PortableMag/magazine-custom.css
Alex A. Naanou 3e391e615b started working on real magazine structure...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2013-01-20 16:59:14 +04:00

17 lines
197 B
CSS
Executable File

/* magazine customization */
.magazine {
background: gray;
}
.magazine > .cover {
background: white;
}
.article > .cover {
background: white;
}
.page {
background: silver;
}