Skip to content

Conversation

@akshay0611
Copy link
Contributor

πŸ› οΈ Fixes Issue

Fixes: #3310

πŸ‘¨β€πŸ’» Description

What does this PR do?

This PR addresses the issue of text and button visibility in dark mode on the index.html page, specifically in the testimonial section. The text "Users sharing their experience" and navigation buttons like "next" and "previous" were hard to read in dark mode due to the lack of sufficient contrast between the text color and the dark background.

Changes made:

  • Added a light text color (#e0e0e0) for the testimonial section heading and navigation buttons in dark mode to ensure better readability.
  • The changes were applied to:
    • Text: Heading "Users sharing their experience"
    • Buttons: "Next" and "Previous" buttons

This improves the user experience by ensuring the content is legible in both light and dark modes.

πŸ“„ Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • [βœ… ] New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update (adds or updates related documentation)

πŸ“· Screenshots/GIFs (if any)

Include screenshots or GIFs to demonstrate your changes

  • Dark Mode Screenshot (before fix):
Screenshot 2024-11-19 at 4 02 27 PM
  • Dark Mode Screenshot (after fix):
Screenshot 2024-11-19 at 4 03 11 PM

βœ… Checklist

  • I am a participant of GSSoC-ext.
  • [βœ… ] I have followed the contribution guidelines of this project.
  • [βœ… ] I have made this change from my own.
  • [] I have taken help from some online resources.
  • [βœ… ] My code follows the style guidelines of this project.
  • [βœ… ] I have performed a self-review of my own code.
  • I have added documentation to explain my changes.

Mandatory Tasks

  • [βœ… ] Make sure you have self-reviewed the code. A decent size PR without self-review might be rejected.

🀝 GSSoC Participation

  • This PR is submitted under the GSSoC program.
  • I have taken prior approval for this feature/fix.

@vercel
Copy link

vercel bot commented Nov 19, 2024

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

Name Status Preview Comments Updated (UTC)
finveda βœ… Ready (Inspect) Visit Preview πŸ’¬ Add feedback Nov 19, 2024 10:41am

@github-actions
Copy link

Thank you for submitting your chaotic pull request! πŸ™Œ We'll review it as soon as possible. In the meantime, please ensure that your changes align with our chaotic CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

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.

[style]: Improve text and button visibility in dark mode in index.html testimonial section

1 participant