removed sum linez
This commit is contained in:
parent
5c6bc7df83
commit
464282848a
1 changed files with 0 additions and 2 deletions
2
theme.js
2
theme.js
|
@ -24,8 +24,6 @@ themeToggle.addEventListener('click', function () {
|
||||||
toolContainers.style.borderColor = "#aeaeae";
|
toolContainers.style.borderColor = "#aeaeae";
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
const welcomeChildren = welcome.querySelectorAll('*');
|
const welcomeChildren = welcome.querySelectorAll('*');
|
||||||
welcomeChildren.forEach(child => {
|
welcomeChildren.forEach(child => {
|
||||||
child.style.color = "#1E1E1E";
|
child.style.color = "#1E1E1E";
|
||||||
|
|
Loading…
Add table
Reference in a new issue