update epub.js, inital annotations

This commit is contained in:
j 2019-01-21 17:10:45 +05:30
commit df15abeee3
3 changed files with 146 additions and 89 deletions

12
static/css/epub.css Normal file
View file

@ -0,0 +1,12 @@
::selection {
background: rgba(255,255,0, 0.3)
}
.epubjs-hl {
fill: yellow;
fill-opacity: 0.;3
mix-blend-mode: multiply;
}
.epubjs-hl.selected {
fill: blue;
}