From 547c9c22b7d830e87d2d57c3cb8a0f208cc01a88 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 04:04:07 +0000 Subject: [PATCH] Primer branding: use neutral text color for headings and landing title Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- src/styles/style.css | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/src/styles/style.css b/src/styles/style.css index 74f7f83..6173fb8 100644 --- a/src/styles/style.css +++ b/src/styles/style.css @@ -28,7 +28,7 @@ --yaml-value: var(--color-prettylights-syntax-string, #0a3069); --yaml-string: var(--color-prettylights-syntax-string, #0a3069); --yaml-comment: var(--color-prettylights-syntax-comment, #6e7781); - --heading-color: var(--color-success-fg, #1a7f37); + --heading-color: var(--color-fg-default, #24292f); --success: var(--color-success-fg, #1a7f37); --warning: var(--color-attention-fg, #9a6700); --danger: var(--color-danger-fg, #cf222e); @@ -85,7 +85,7 @@ --yaml-value: var(--color-prettylights-syntax-string, #a5d6ff); --yaml-string: var(--color-prettylights-syntax-string, #a5d6ff); --yaml-comment: var(--color-prettylights-syntax-comment, #8b949e); - --heading-color: var(--color-success-fg, #3fb950); + --heading-color: var(--color-fg-default, #e6edf3); --success: var(--color-success-fg, #3fb950); --warning: var(--color-attention-fg, #d29922); --danger: var(--color-danger-fg, #f85149); @@ -1550,11 +1550,7 @@ a:hover { line-height: 1.1; letter-spacing: -0.04em; max-width: 16ch; - background: linear-gradient(90deg, var(--accent-blue), var(--accent-green)); - -webkit-background-clip: text; - background-clip: text; - -webkit-text-fill-color: transparent; - color: transparent; + color: var(--heading-color); animation: landingRise 0.6s ease both; } .landing-message {