main-old
Francesco Minnocci 3 years ago
parent f775634fd3
commit 5b0fb7fa8a
Signed by: BachoSeven
GPG Key ID: 2BE4AB7FDAD828A4

@ -213,7 +213,6 @@ function getColors() {
if (document.body.classList.contains('dark-mode')) { if (document.body.classList.contains('dark-mode')) {
return { return {
BACKGROUND: '#282828', BACKGROUND: '#282828',
// CIRCUIT: '#202020',
CIRCUIT: '#38302e', CIRCUIT: '#38302e',
} }
} else { } else {
@ -340,4 +339,4 @@ window.addEventListener('DOMContentLoaded', () => {
setInterval(() => { setInterval(() => {
update(); update();
}, 1000 / 30); }, 1000 / 30);
}) })

Loading…
Cancel
Save