update epub.js, inital annotations
This commit is contained in:
parent
5c879be91b
commit
df15abeee3
3 changed files with 146 additions and 89 deletions
12
static/css/epub.css
Normal file
12
static/css/epub.css
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue