Skip to content

Commit

Permalink
keep yourself safe
Browse files Browse the repository at this point in the history
  • Loading branch information
clashofclanselixircollector committed Dec 11, 2024
1 parent 86d6adf commit 204ad95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/darkmode.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 204ad95

Please sign in to comment.