@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) • 506 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.dark = void 0;
const dark = exports.dark = {
'body': {
background: '#333'
},
'span': {
color: '#fff !important'
},
'p': {
color: '#fff !important'
},
'li': {
color: '#fff !important'
},
'h1': {
color: '#fff !important'
},
'a': {
'color': '#fff !important',
'pointer-events': 'auto',
'cursor': 'pointer'
},
'::selection': {
background: 'lightskyblue'
}
};