Enable reading from the ToC and single-page reading

This commit is contained in:
Alex Cabal 2020-10-11 13:39:32 -05:00
parent 8bb93e0d6b
commit 262e86c625
12 changed files with 226 additions and 35 deletions

View file

@ -889,6 +889,14 @@ time{
background-image: url("/images/distributed-proofreaders.svg");
}
.list::before{
background-image: url("/images/list.svg");
}
.page::before{
background-image: url("/images/page.svg");
}
article.ebook h1{
border: none;
margin: 0;