mirror of
https://github.com/janeczku/calibre-web
synced 2024-11-24 18:47:23 +00:00
Added same color for series name and series number
This commit is contained in:
parent
53ee0aaee1
commit
d42bf44fad
@ -1783,6 +1783,12 @@ body > div.container-fluid > div > div.col-sm-10 > div.discover {
|
|||||||
margin-top: 0
|
margin-top: 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.container-fluid .book .meta .series {
|
||||||
|
/* font-weight: 400; */
|
||||||
|
/* font-size: 12px; */
|
||||||
|
color: #ffffff73;
|
||||||
|
}
|
||||||
|
|
||||||
.container-fluid .book .meta > p {
|
.container-fluid .book .meta > p {
|
||||||
-o-text-overflow: ellipsis;
|
-o-text-overflow: ellipsis;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
Loading…
Reference in New Issue
Block a user