Add series name and index to book cover info

This commit is contained in:
Michael Knepher
2020-05-27 21:57:59 -07:00
parent 5dd08e438c
commit 54cf3652b0
5 changed files with 48 additions and 1 deletions

View File

@@ -127,6 +127,12 @@ a { color: #45b29d; }
color: #444;
}
.container-fluid .book .meta .series {
font-weight: 400;
font-size: 12px;
color: #444;
}
.container-fluid .book .meta .author {
font-size: 12px;
color: #999;