Standardize and Enhance Button Colors for Consistency #1622
Labels
hacktoberfest
This issue is under Hactoberfest Contribution
hacktoberfest-accepted
This PR is officially accepted in Hactoberfest 2024
Description: The current button colors vary, leading to a lack of visual consistency across the website. This issue aims to standardize all button colors to a cohesive theme, improve hover effects, and add a modern, professional look. The primary color will be #3498db (blue), which is visually appealing and user-friendly.
Tasks:
Update Primary Button Colors: Change the .donate-button and .submit-button to use #3498db as the background color, with a border color of #2980b9.
Hover Effects: Add hover color transitions that darken the buttons slightly, using #2980b9 as the hover color.
Secondary Button Styling: For .donate-button2, implement a darker theme with #2c3e50 as the background and #1a252f on hover.
Implement Changes in CSS Files: Make changes in hi.css or any other relevant CSS files where button styles are defined.
The text was updated successfully, but these errors were encountered: