diff options
author | bobzel <zzzman@gmail.com> | 2023-07-03 14:26:51 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-07-03 14:26:51 -0400 |
commit | f7783bd1e88656a50c6ef7b7929bda60b4e72378 (patch) | |
tree | 353fe59f2d0dc5a41fc4bbedf4d4cf6552e2ef5e /src | |
parent | 12770bb39162031a6376aa74252aeeb6e64d3ea2 (diff) |
from last
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() |