openmedialibrary/static/css/epub.css

13 lines
180 B
CSS
Raw Normal View History

2019-01-21 11:40:45 +00:00
::selection {
background: rgba(255,255,0, 0.3)
}
.epubjs-hl {
fill: yellow;
2019-01-22 08:23:18 +00:00
fill-opacity: 0.3;
2019-01-21 11:40:45 +00:00
mix-blend-mode: multiply;
}
.epubjs-hl.selected {
fill: blue;
}