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