From 021de66f7ab8599bc9bc44926ffe6321b5f4352a Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sun, 13 Sep 2020 20:18:50 -0700 Subject: [PATCH] fix: Document titles look faded in Safari --- app/scenes/Document/components/Editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/scenes/Document/components/Editor.js b/app/scenes/Document/components/Editor.js index 34f07c276..dc12d90a2 100644 --- a/app/scenes/Document/components/Editor.js +++ b/app/scenes/Document/components/Editor.js @@ -135,10 +135,10 @@ const Title = styled(Textarea)` line-height: 1.25; margin-top: 1em; margin-bottom: 0.5em; - text: ${(props) => props.theme.text}; background: ${(props) => props.theme.background}; transition: ${(props) => props.theme.backgroundTransition}; color: ${(props) => props.theme.text}; + -webkit-text-fill-color: ${(props) => props.theme.text}; font-size: 2.25em; font-weight: 500; outline: none;