Skip to content

Remove text gradients from website#740

Merged
aaronpowell merged 1 commit intomainfrom
spike/remove-text-gradients
Feb 17, 2026
Merged

Remove text gradients from website#740
aaronpowell merged 1 commit intomainfrom
spike/remove-text-gradients

Conversation

@aaronpowell
Copy link
Copy Markdown
Contributor

Simplifies the website design by replacing gradient-clipped text with a solid var(--color-primary) color.

Changes

  • Hero h1: Replaced gradient text with solid primary color
  • Card count numbers: Replaced gradient text with solid primary color

Background gradients on sections and decorative elements are unchanged — this only affects text that used background-clip: text for the gradient effect.

Replace gradient-clipped text with solid color (--color-primary) for
a simpler, cleaner design.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings February 17, 2026 00:45
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR simplifies the website design by removing gradient-clipped text effects in favor of solid color text. The change affects only text that used background-clip: text with gradients, while preserving all background gradients on sections and decorative elements like card borders, step numbers, and tags.

Changes:

  • Replaced gradient text effect on hero h1 with solid var(--color-primary) color
  • Replaced gradient text effect on card count numbers with solid var(--color-primary) color

@aaronpowell aaronpowell merged commit 76b1c55 into main Feb 17, 2026
14 checks passed
@aaronpowell aaronpowell deleted the spike/remove-text-gradients branch February 17, 2026 05:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants