Rahulbaran / myColorConverter

Web application for color conversions
https://mycolorconverter.netlify.app/
MIT License
0 stars 1 forks source link

dark button added #9

Closed athulmekkoth closed 2 years ago

athulmekkoth commented 2 years ago

added a dark button.I just place it next to the GitHub logo. i think it needed some beautification since it is a plain button.

netlify[bot] commented 2 years ago

Deploy Preview for mycolorconverter ready!

Name Link
Latest commit 37430abefad5ac5121b8637b500de2545ba9a7cb
Latest deploy log https://app.netlify.com/sites/mycolorconverter/deploys/6325abc3ff8ba60008fcd1b7
Deploy Preview https://deploy-preview-9--mycolorconverter.netlify.app/
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

Rahulbaran commented 2 years ago

Athul To add dark mode feature, You will have to css variables by placing them in a class and toggle the class on root(html) using some js.