diff --git a/theme.js b/theme.js index 92ab655..b5a27a7 100644 --- a/theme.js +++ b/theme.js @@ -24,8 +24,6 @@ themeToggle.addEventListener('click', function () { toolContainers.style.borderColor = "#aeaeae"; }); - - const welcomeChildren = welcome.querySelectorAll('*'); welcomeChildren.forEach(child => { child.style.color = "#1E1E1E";