CodeNewbie Community 🌱

Discussion on: How can we make CodeNewbie better?

Collapse
 
lesnsex profile image
lesNsex

add dark mode please my eyes hurt at night when I'm on the app afterwards I can't sleep

Collapse
 
michaeltharrington profile image
Michael Tharrington

Heyo! You can actually change themes via community.codenewbie.org/settings/.... That said, there appears to potentially be an issue with dark mode right now. 🤔

const modalMarkup = `
`; // 2. Append the markup string to the end of the document body document.body.insertAdjacentHTML('beforeend', modalMarkup);