diff --git a/app/components/Editor.js b/app/components/Editor.js index 737396045..fee8c63b1 100644 --- a/app/components/Editor.js +++ b/app/components/Editor.js @@ -97,6 +97,10 @@ const StyledEditor = styled(RichMarkdownEditor)` font-weight: 500; } + .heading-name { + cursor: default; + } + p { a { color: ${(props) => props.theme.text};