openmedialibrary/static/css/epub.css
2019-01-22 13:53:18 +05:30

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