Skip to content

Commit 0e63521

Browse files
committed
improve-reader-style
1 parent f898f9e commit 0e63521

File tree

1 file changed

+3
-1
lines changed
  • src/frontend/apps/impress/src/features/docs/doc-editor

1 file changed

+3
-1
lines changed

src/frontend/apps/impress/src/features/docs/doc-editor/styles.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,10 @@ export const cssEditor = (readonly: boolean, canSeeComment: boolean) => css`
130130
*/
131131
${!canSeeComment &&
132132
css`
133-
.bn-thread-mark {
133+
.bn-thread-mark,
134+
.bn-thread-mark-selected {
134135
background: transparent;
136+
color: var(--c--theme--colors--greyscale-700);
135137
}
136138
`}
137139
}

0 commit comments

Comments
 (0)