openmedialibrary/static/css/epub.css

13 lines
180 B
CSS
Raw Normal View History

2019-01-21 17:10:45 +05:30
::selection {
background: rgba(255,255,0, 0.3)
}
.epubjs-hl {
fill: yellow;
2019-01-22 13:53:18 +05:30
fill-opacity: 0.3;
2019-01-21 17:10:45 +05:30
mix-blend-mode: multiply;
}
.epubjs-hl.selected {
fill: blue;
}