PortableMag/magazine-custom.css

17 lines
197 B
CSS
Raw Normal View History

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