15 seconds until I start tweaking
This commit is contained in:
parent
8bbafad4b8
commit
bcc513ef4d
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user