MLSCMMCOE / mlsc-website

MLSC MMCOE website
https://mlscmmcoe.com
MIT License
3 stars 10 forks source link

Issue #7 - Add Transparent Background Color to "Visit Gallery" Button #10

Closed Thilagavathi1 closed 11 months ago

Thilagavathi1 commented 11 months ago

Issue #7 This PR addresses an issue where the "Visit Gallery" button had an undesired background color. It introduces a transparent background color to enhance the button's appearance and align it with the project's design.

Thilagavathi1 commented 11 months ago

@asyncdoggo Attaching here an screenshot for the fix.please check the pr and let me know if any issues

Screenshot 2023-10-13 at 4 43 14 PM
asyncdoggo commented 11 months ago

@Thilagavathi1 There is still the issue of the cursor-pointer property been given to the entire div that the button is in, instead of just the button. I may have a fix for that but that will cause your changes to be obsolete unless you could fix that too.

Thilagavathi1 commented 11 months ago

okay,let me work on this and update here.

Thilagavathi1 commented 11 months ago

@asyncdoggo resolved the cursor issue.Please review it.