mirror of
https://github.com/flynx/PortableMag.git
synced 2025-11-02 04:50:12 +00:00
17 lines
197 B
CSS
17 lines
197 B
CSS
|
|
/* magazine customization */
|
||
|
|
.magazine {
|
||
|
|
background: gray;
|
||
|
|
}
|
||
|
|
|
||
|
|
.magazine > .cover {
|
||
|
|
background: white;
|
||
|
|
}
|
||
|
|
|
||
|
|
.article > .cover {
|
||
|
|
background: white;
|
||
|
|
}
|
||
|
|
|
||
|
|
.page {
|
||
|
|
background: silver;
|
||
|
|
}
|