Skip to content

Conversation

@Adityakumar37
Copy link
Contributor

What kind of change does this PR introduce?

  • UI improvement / styling update
  • Added consistent borders to homepage card sections (Slack invite card, blog card, upcoming events card) in both Light and Dark modes.

Issue Number:

Screenshots/videos:

Screenshot 2025-11-19 at 3 03 58 PM Screenshot 2025-11-19 at 3 04 20 PM

If relevant, did you update the documentation?

  • No documentation changes required for UI styling updates

Summary

This PR fixes the visual inconsistency on the homepage where card sections (Slack invite, blog, upcoming events) had visible borders in Dark Mode but no borders in Light Mode.

Changes made:

  • Added border border-gray-300 dark:border-gray-700 dark:shadow-2xl rounded-xl to all card containers
  • Ensures consistent visual separation in both Light and Dark modes, improving layout clarity and overall UI structure.

Does this PR introduce a breaking change?

  • No

Checklist

Please ensure the following tasks are completed before submitting this pull request.

@github-actions
Copy link

github-actions bot commented Nov 19, 2025

built with Refined Cloudflare Pages Action

⚡ Cloudflare Pages Deployment

Name Status Preview Last Commit
website ✅ Ready (View Log) Visit Preview 11e04d4

@codecov
Copy link

codecov bot commented Nov 19, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (1a2d4a6) to head (11e04d4).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #1936   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           30        30           
  Lines          633       633           
  Branches       196       196           
=========================================
  Hits           633       633           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@Adityakumar37 Adityakumar37 changed the title Border Add consistent borders to homepage cards in Light and Dark modes Nov 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Ready to review

Development

Successfully merging this pull request may close these issues.

🐛 Bug: Missing Card Borders in Light Mode on Homepage

1 participant