arujjval / tic-tac-toe

A simple tic-tac-toe game and a great way to take part in Hacktoberfest 2024.
https://arujjval.github.io/tic-tac-toe/
MIT License
6 stars 30 forks source link

Background image overlay #49

Open GT0SRT opened 1 month ago

GT0SRT commented 1 month ago

Has this bug been raised before?

Description

I’ve noticed that the background image makes it hard to see the Xs and Os in the Tic Tac Toe game. I suggest adding a semi-transparent overlay to improve visibility.

I’d love to contribute to this enhancement. Please let me know if I can work on it!

Thanks!

Steps to Reproduce

Include any relevant details like:

Screenshots

No response

Do you want to work on this issue?

Yes

If "yes" to above, please explain how you would technically implement this

To improve visibility in our Tic Tac Toe game, I suggest adding a semi-transparent overlay using CSS. We can create an overlay div that covers the game area with a background color set to a specific opacity.

By placing this overlay div above the game grid, it will enhance the contrast for the Xs and Os without interfering with gameplay.

arujjval commented 1 month ago

Okay, you can start with it.

GT0SRT commented 1 month ago

I had added overlay to background #55