UNPKG

@epubjs-react-native/core

Version:

A digital book reader in .opf .epub format for react native using epub.js library inside a webview.

25 lines 396 B
export const 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' } };