From 464282848abe602485f9e8d355d9bfc104e0eee0 Mon Sep 17 00:00:00 2001 From: zyqunix Date: Tue, 19 Nov 2024 22:14:11 +0100 Subject: [PATCH] removed sum linez --- theme.js | 2 -- 1 file changed, 2 deletions(-) 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";