diff --git a/CHANGELOG.md b/CHANGELOG.md index eb4935c8b..9fd49314f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ and this project adheres to - 🐛(frontend) scroll to the linked block in read-only documents #2663 - 🐛(frontend) hide the selection highlight on presenter images #2665 - 🐛(y-provider) prevent process crash on malformed websocket frames #2673 +- 🐛(frontend) keep commented text sharp when printing to PDF #2674 - 🐛(docker) pull minio images from quay.io #2675 - ♿️(frontend) restore presenter focus trapping after share links #2533 diff --git a/src/frontend/apps/impress/src/features/docs/doc-export/utils_print.ts b/src/frontend/apps/impress/src/features/docs/doc-export/utils_print.ts index 168869215..502ddf5a9 100644 --- a/src/frontend/apps/impress/src/features/docs/doc-export/utils_print.ts +++ b/src/frontend/apps/impress/src/features/docs/doc-export/utils_print.ts @@ -35,11 +35,12 @@ const PRINT_ONLY_CONTENT_CSS = ` display: none !important; } - /* Hide selection highlights */ + /* Hide selection highlights. */ .ProseMirror-yjs-selection, .bn-thread-mark { background-color: transparent !important; border-bottom: none !important; + mix-blend-mode: normal !important; } /* Reset all layout containers for print flow */