Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
tomekzaw committed Jan 29, 2024
1 parent 883fbfc commit c4736c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,11 @@ const markdownStyle: MarkdownStyle = {
backgroundColor: 'lightgray',
},
mentionHere: {
backgroundColor: 'yellow',
color: 'green',
backgroundColor: 'lime',
},
mentionUser: {
color: 'blue',
backgroundColor: 'cyan',
},
};
Expand Down

0 comments on commit c4736c4

Please sign in to comment.