diff --git a/app/editor/components/Styles.ts b/app/editor/components/Styles.ts index b17a7bd94..0153cc978 100644 --- a/app/editor/components/Styles.ts +++ b/app/editor/components/Styles.ts @@ -1275,6 +1275,7 @@ const EditorStyles = styled.div<{ .placeholder:before, .block-menu-trigger, .heading-actions, + button.show-source-button, h1:not(.placeholder):before, h2:not(.placeholder):before, h3:not(.placeholder):before, diff --git a/app/styles/globals.ts b/app/styles/globals.ts index 878c4c337..0fdf6cbec 100644 --- a/app/styles/globals.ts +++ b/app/styles/globals.ts @@ -15,6 +15,8 @@ export default createGlobalStyle` min-height: 100vh; margin: 0; padding: 0; + print-color-adjust: exact; + -webkit-print-color-adjust: exact; } body,