this better work (42 seconds until an absolute crash out)

This commit is contained in:
clashofclanselixircollector 2024-12-11 10:20:35 -08:00
parent 204ad95027
commit 8bbafad4b8

View File

@ -32,8 +32,8 @@ $(document).ready(function() {
});
const dZone = document.querySelector('.danger-zone');
dZone.style.color = '#ff6847';
const dZoneText = document.querySelector('.modal-content')
dZoneText.style.color.p = '#ff3c00'
const dZoneText = document.querySelector('.modal');
dZoneText.style.p.color = '#ff3c00';
} else {
const body = document.querySelector('body');
body.style.backgroundColor = '#f1f1f1';
@ -65,7 +65,7 @@ $(document).ready(function() {
});
const dZone = document.querySelector('.danger-zone');
dZone.style.color = '#010101';
const dZoneText = document.querySelector('.modal-content')
const dZoneText = document.querySelector('.modal');
dZoneText.style.p.color = '#010101';
}
}