From 50391641dc3bfa955a3db9d7176c17abe38f45cd Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Tue, 12 May 2026 20:10:59 +0000 Subject: [PATCH] fix: use text color for list markers instead of accent color The ordered list markers (numbers) were styled with var(--accent), the same purple used for links, making them appear clickable when they are not. Switch to var(--gray-12) to match the surrounding body text. --- src/components/docPage/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/docPage/index.tsx b/src/components/docPage/index.tsx index 1fa5feb6ee8cb..129f2175689bf 100644 --- a/src/components/docPage/index.tsx +++ b/src/components/docPage/index.tsx @@ -90,7 +90,7 @@ export async function DocPage({