fix: Links are not readable in private notes dark mode (#7671)

This commit is contained in:
Sivin Varghese
2023-08-05 00:10:10 +05:30
committed by GitHub
parent fde2b180fe
commit 7f6a3b781f

View File

@@ -552,7 +552,7 @@ export default {
}
&.is-private.is-text > .message-text__wrap .link {
@apply text-woot-700 dark:text-woot-700;
@apply text-woot-600 dark:text-woot-200;
}
&.is-private.is-text > .message-text__wrap .prosemirror-mention-node {
@apply font-bold bg-none rounded-sm p-0 bg-yellow-100 dark:bg-yellow-700 text-slate-700 dark:text-slate-25 underline;