-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontent.css
More file actions
10 lines (10 loc) · 842 Bytes
/
Copy pathcontent.css
File metadata and controls
10 lines (10 loc) · 842 Bytes
1
2
3
4
5
6
7
8
9
10
/* Registered by manifest.json, so page scripts cannot remove LeafReader's
original-page markers when an SPA re-renders its document. */
::highlight(leafreader-page-highlight) { background: #fff09b; color: inherit; }
::highlight(leafreader-page-note) { background: #f3d77f; color: inherit; }
::highlight(leafreader-page-word) { background: transparent; color: inherit; text-decoration: underline 2px #8fc49c; text-underline-offset: 3px; }
::highlight(leafreader-page-translation) { background: #cfe9ff; color: inherit; }
::highlight(leafreader-page-dictionary) { background: #e7dcff; color: inherit; }
::highlight(leafreader-page-explanation) { background: #d8f0db; color: inherit; }
::highlight(leafreader-page-analysis) { background: #ffd8b8; color: inherit; }
::highlight(leafreader-page-tts) { background: #b9ddc2aa; color: inherit; }