feat: use brand accent for markdown link text (#876)

Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
Charles Packer
2026-02-09 14:10:28 -08:00
committed by GitHub
parent 3db001ad18
commit 3bd815e6b1

View File

@@ -104,7 +104,7 @@ const _colors = {
},
link: {
text: "cyan",
text: brandColors.primaryAccentLight,
url: brandColors.primaryAccent,
},