openmedialibrary/static/css/epub.css

13 lines
180 B
CSS

::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;
}