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 399 B
export const sepia = { 'body': { background: '#e8dcb8' }, 'span': { color: '#333 !important' }, 'p': { color: '#333 !important' }, 'li': { color: '#333 !important' }, 'h1': { color: '#333 !important' }, 'a': { 'color': '#333 !important', 'pointer-events': 'auto', 'cursor': 'pointer' }, '::selection': { background: 'lightskyblue' } };