From 3bd815e6b1537f7a5912419458e4b67ede44983d Mon Sep 17 00:00:00 2001 From: Charles Packer Date: Mon, 9 Feb 2026 14:10:28 -0800 Subject: [PATCH] feat: use brand accent for markdown link text (#876) Co-authored-by: Letta --- src/cli/components/colors.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/components/colors.ts b/src/cli/components/colors.ts index 5319565..f04a277 100644 --- a/src/cli/components/colors.ts +++ b/src/cli/components/colors.ts @@ -104,7 +104,7 @@ const _colors = { }, link: { - text: "cyan", + text: brandColors.primaryAccentLight, url: brandColors.primaryAccent, },