@epubjs-react-native/core
Version:
A digital book reader in .opf .epub format for react native using epub.js library inside a webview.
31 lines (30 loc) • 509 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.light = void 0;
const light = exports.light = {
'body': {
background: '#fff'
},
'span': {
color: '#000 !important'
},
'p': {
color: '#000 !important'
},
'li': {
color: '#000 !important'
},
'h1': {
color: '#000 !important'
},
'a': {
'color': '#000 !important',
'pointer-events': 'auto',
'cursor': 'pointer'
},
'::selection': {
background: 'lightskyblue'
}
};