Skip to content

Conversation

im-kamil
Copy link

// after Body tag , simply add CSS for toggle between dark and light mode
body {
padding: 25px;
background-color: white;
color: black;
font-size: 25px;
}

.dark-mode {
background-color: black;
color: white;
}

@netlify
Copy link

netlify bot commented Oct 13, 2022

Deploy Preview for buyit-shoes ready!

Name Link
🔨 Latest commit 07e1d28
🔍 Latest deploy log https://app.netlify.com/sites/buyit-shoes/deploys/634883ef44e0e80008333296
😎 Deploy Preview https://deploy-preview-12--buyit-shoes.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.

@im-kamil im-kamil closed this Oct 13, 2022
@im-kamil
Copy link
Author

// after Body tag , simply add CSS for toggle between dark and light mode
body {
padding: 25px;
background-color: white;
color: black;
font-size: 25px;
}

.dark-mode {
background-color: black;
color: white;
}

@im-kamil im-kamil reopened this Oct 19, 2022
Copy link

@syedhassanulhaque syedhassanulhaque left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants