gopi-suvanam / scribbler

Scribbler - JavaScript Notebook Tool for experimenting in JavaScript. Runs in the browser without a backend. Discord server: https://discord.gg/uxNSsWunwU
https://scribbler.live
MIT License
52 stars 7 forks source link

changing on click color of navbar elements #22

Closed jeevikasirwani closed 3 months ago

jeevikasirwani commented 3 months ago

Is your feature request related to a problem? Please describe. on clicking any navbar element it blends with the color of website itself so maybe using different color on click example i clicked on tutorial

image

gopi-suvanam commented 3 months ago

hi this issue is with the website not the product. but needs to be fixed.. do you want to contribute to this? The repo for this is: https://github.com/gopi-suvanam/scribbler-website

jeevikasirwani commented 3 months ago

hi this issue is with the website not the product. but needs to be fixed.. do you want to contribute to this? The repo for this is: https://github.com/gopi-suvanam/scribbler-website

sure i can try

gopi-suvanam commented 3 months ago

thanks.. you can try to fix and send a pull request..

also look at the product: https://app.scibbler.live

If you want to work on any issues there, let me know

gopi-suvanam commented 3 months ago

did you get a chance to look at it?

you can download the scribbler-website repo and open index.html to test.. I think this is the section that needs changing: https://github.com/gopi-suvanam/scribbler-website/blob/9eaeb3a30696b661e2db4d4194103a04bb8cc03c/assets/css/main.css#L1441

jeevikasirwani commented 3 months ago

did you get a chance to look at it?

you can download the scribbler-website repo and open index.html to test.. I think this is the section that needs changing: https://github.com/gopi-suvanam/scribbler-website/blob/9eaeb3a30696b661e2db4d4194103a04bb8cc03c/assets/css/main.css#L1441

yes I have made the changes and created PR

gopi-suvanam commented 3 months ago

thanks.. just saw.. Can you make it blue color instead of black on hover/active to make it interesting? right now hover is looking plain.. you can use #0b0bee

gopi-suvanam commented 3 months ago

thanks for the contribution.. closing this issue now!

gopi-suvanam commented 3 months ago

hi.. Can you try to fix this issue :

https://github.com/gopi-suvanam/scribbler/issues/20