diff --git a/pkg/interface/src/views/apps/chat/css/custom.css b/pkg/interface/src/views/apps/chat/css/custom.css index 46c6d68f8..58b4bb02b 100644 --- a/pkg/interface/src/views/apps/chat/css/custom.css +++ b/pkg/interface/src/views/apps/chat/css/custom.css @@ -156,7 +156,8 @@ h2 { blockquote { padding: 0 0 0 16px; margin: 0; - border-left: 1px solid black; + color: inherit; + border-left: 1px solid; } :root { @@ -173,6 +174,7 @@ blockquote { height: 100% !important; width: 100% !important; cursor: text; + color: inherit; background: transparent; } @@ -308,9 +310,6 @@ pre.CodeMirror-placeholder.CodeMirror-line-like { /* dark */ @media (prefers-color-scheme: dark) { - blockquote { - border-left: 1px solid inherit; - } /* codemirror */ .chat .cm-s-tlon.CodeMirror { diff --git a/pkg/interface/src/views/apps/publish/components/MarkdownField.tsx b/pkg/interface/src/views/apps/publish/components/MarkdownField.tsx index 611505c73..0a1a1125a 100644 --- a/pkg/interface/src/views/apps/publish/components/MarkdownField.tsx +++ b/pkg/interface/src/views/apps/publish/components/MarkdownField.tsx @@ -28,6 +28,7 @@ export const MarkdownField = ({ width="100%" display="flex" flexDirection="column" + color="black" {...rest} > { + return ( + {children} + ) + } + }; + const deletePost = async () => { setDeleting(true); const indices = [note.post.index]; @@ -107,7 +115,7 @@ export function Note(props: NoteProps & RouteComponentProps) { - +