15 seconds until I start tweaking

This commit is contained in:
clashofclanselixircollector 2024-12-11 10:23:23 -08:00
parent 8bbafad4b8
commit bcc513ef4d

View File

@ -33,7 +33,7 @@ $(document).ready(function() {
const dZone = document.querySelector('.danger-zone');
dZone.style.color = '#ff6847';
const dZoneText = document.querySelector('.modal');
dZoneText.style.p.color = '#ff3c00';
dZoneText.p.style.color = '#ff3c00';
} else {
const body = document.querySelector('body');
body.style.backgroundColor = '#f1f1f1';
@ -66,7 +66,7 @@ $(document).ready(function() {
const dZone = document.querySelector('.danger-zone');
dZone.style.color = '#010101';
const dZoneText = document.querySelector('.modal');
dZoneText.style.p.color = '#010101';
dZoneText.p.style.color = '#010101';
}
}
$("#darkModeCheckbox").on("change", function() {