@evidentpoint/readium-css
Version:
A set of reference stylesheets for EPUB Reading Systems
32 lines (22 loc) • 582 B
CSS
/* Readium CSS
Default highlights
A stylesheet for user highlights
Repo: https://github.com/readium/readium-css */
/* User Highlights */
.readiumCSS-yellow-highlight {
background-color: rgba(255, 255, 0, 0.5);
}
.readiumCSS-green-highlight {
background-color: rgba(0, 255, 0, 0.5);
}
.readiumCSS-orange-highlight {
background-color: rgba(255, 165, 0, 0.5);
}
.readiumCSS-pink-highlight {
background-color: rgba(255, 105, 180, 0.5);
}
/* Media overlays */
.readiumCSS-mo-active-default {
background-color: yellow ;
color: black ;
}