Skip to content

fix(ui): add custom text selection color to match site theme#207

Open
likitha-codes wants to merge 2 commits into
JhaSourav07:mainfrom
likitha-codes:fix/issue-60-text-selection-color
Open

fix(ui): add custom text selection color to match site theme#207
likitha-codes wants to merge 2 commits into
JhaSourav07:mainfrom
likitha-codes:fix/issue-60-text-selection-color

Conversation

@likitha-codes
Copy link
Copy Markdown

@likitha-codes likitha-codes commented May 19, 2026

Description

The default browser text selection (that bright blue highlight)
looks out of place on CommitPulse's dark premium design. This PR
adds a simple ::selection rule to globals.css so highlighted text
uses the site's green accent color instead of browser blue.

Closes #60

Pillar

Frontend / UI Enhancement

Checklist

  • I have read CONTRIBUTING.md
  • My change is minimal and focused on the issue
  • No new dependencies added
  • Change applies globally with no component modifications

@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented May 19, 2026

@likitha-codes is attempting to deploy a commit to the jhasourav07's projects Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions
Copy link
Copy Markdown

👋 Hey @likitha-codes, welcome to CommitPulse! 🎉

Thanks for opening your first pull request — this is a big deal and we appreciate the effort!

While you wait for a review, please double-check:

  • ✅ You've read the CONTRIBUTING.md checklist
  • npm run lint, npm run format, and npm run test all pass locally
  • ✅ Your PR has a visual preview if it touches any SVG output
  • 💬 You've joined our Discord for faster PR feedback

A maintainer will review your PR shortly. Hang tight! 🚀

@github-actions github-actions Bot added the needs-details This PR is missing required description details. label May 19, 2026
@github-actions
Copy link
Copy Markdown

👋 Hey @likitha-codes, it looks like you didn't use our PR template!

The section ## Description is missing from your PR description.

Please update your PR description to include all required sections so we can review this properly:

  • ## Description — What does this PR do? Which issue does it fix?
  • ## Pillar — Which contribution pillar does this fall under?
  • ## Checklist — Have you ticked off the quality checklist?

You can find the full template in CONTRIBUTING.md. Just edit your PR description and the needs-details label will be removed automatically. 🙌

@github-actions github-actions Bot removed the needs-details This PR is missing required description details. label May 19, 2026
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.

UI: Change default text selection color to match theme

1 participant