keep yourself safe

This commit is contained in:
clashofclanselixircollector 2024-12-11 10:17:15 -08:00
parent 86d6adfca8
commit 204ad95027

View File

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