Skip to content

Commit

Permalink
fix(ui): color links in messages
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkothari22 committed Aug 2, 2024
1 parent 4a63eea commit 82137bf
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,9 @@
border-left: 3px solid var(--gray-11);
padding-left: 0.8rem;
margin: 1rem;
}

.tiptap-renderer a,
.tiptap-renderer .mention {
color: var(--accent-11);
}

0 comments on commit 82137bf

Please sign in to comment.