PortableMag/magazine-custom.css

29 lines
572 B
CSS
Raw Normal View History

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