diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/pdf/PDFViewer.scss | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/client/views/pdf/PDFViewer.scss b/src/client/views/pdf/PDFViewer.scss index 133c542fd..cfe07f6cb 100644 --- a/src/client/views/pdf/PDFViewer.scss +++ b/src/client/views/pdf/PDFViewer.scss @@ -25,11 +25,10 @@ // } .textLayer { opacity: unset; + mix-blend-mode: multiply; // bcz: makes text fuzzy! } - .textLayer span::selection { + .textLayer ::selection { background: #accef76a; - opacity: 0.3; - // mix-blend-mode: multiply; // bcz: makes text fuzzy! } // should match the backgroundColor in createAnnotation() |