From e23fccdf036d0d9b82835ba4e21caca49af494b6 Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Tue, 12 May 2026 20:34:11 +0000 Subject: [PATCH 1/5] fix: match list markers to heading color instead of accent Change marker color from var(--accent) to var(--darkPurple) so ordered list numbers match h1/h2/h3 heading color instead of the link accent. In light mode this is #1F1633 (dark purple); in dark mode it resolves to var(--foreground) via the .dark override, staying consistent with headings in both themes. Alternative to #17739 (which uses --gray-12 body text color). PR opened on behalf of @m1ch1. --- 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..6d17eb0a91857 100644 --- a/src/components/docPage/index.tsx +++ b/src/components/docPage/index.tsx @@ -90,7 +90,7 @@ export async function DocPage({
Date: Tue, 12 May 2026 21:05:17 +0000 Subject: [PATCH 2/5] fix: add font-weight:400 to list markers to match mockups Adds marker:font-normal so ordered list numbers render at weight 400, matching the mockup design alongside the --darkPurple heading color. --- 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 6d17eb0a91857..0abf1178f9607 100644 --- a/src/components/docPage/index.tsx +++ b/src/components/docPage/index.tsx @@ -90,7 +90,7 @@ export async function DocPage({
Date: Tue, 12 May 2026 21:07:31 +0000 Subject: [PATCH 3/5] fix: update list marker font-weight to 500 Switches marker:font-normal (400) to marker:font-medium (500). --- 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 0abf1178f9607..3cb2dc2059a1c 100644 --- a/src/components/docPage/index.tsx +++ b/src/components/docPage/index.tsx @@ -90,7 +90,7 @@ export async function DocPage({
Date: Tue, 12 May 2026 21:22:05 +0000 Subject: [PATCH 4/5] fix(docs): Use normal font weight for list markers Align document list marker styling with the mockup by using normal marker font weight instead of medium. Co-Authored-By: Claude Co-authored-by: Alex Krawiec --- 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 3cb2dc2059a1c..0abf1178f9607 100644 --- a/src/components/docPage/index.tsx +++ b/src/components/docPage/index.tsx @@ -90,7 +90,7 @@ export async function DocPage({
Date: Tue, 12 May 2026 14:22:53 -0700 Subject: [PATCH 5/5] Change marker font style in docPage component --- 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 0abf1178f9607..3cb2dc2059a1c 100644 --- a/src/components/docPage/index.tsx +++ b/src/components/docPage/index.tsx @@ -90,7 +90,7 @@ export async function DocPage({