Add hover effect on 'change theme icon'
At top right of main website add hover effect on middle 'change theme icon'
hey there is there anyone working on it? i am new to open source i learnt a lot from javaScript.info and want to give back to the community i tried going through the code + didn't find much of clue in README.md so i couldn't find the layout/template/css for the theme changer to add hover effect , any directions if its still open, if not could you suggest how one look for those part of code in the directory generally.
Not sure it's important =) I'll fix that some time =)
Hey, I realised that on Code quality's "1.1 Debugging in the browser" page, the black icons are hardly visible because their color isn’t changing when on dark mode. So, I started looking into this and wanted to share what I’ve found so far. From DevTools, it seems that the theme change functionality is handled by files such as layout.js, initTheme.js and light2dark.js, which are part of the Webpack bundle (e.g., webpack://wp/modules/client/init/light2dark.js). Since these files are not directly present in the open-source repository, they are likely dynamically generated or included from an internal source. Since we don’t have direct access to these files, we might need guidance from the maintainers on where this logic is handled. If anyone from the core team could confirm whether these files are accessible, that would help in making such changes. Would love to collaborate and figure this out as well! =)