@ -213,7 +213,6 @@ function getColors() {
if (document.body.classList.contains('dark-mode')) {
return {
BACKGROUND: '#282828',
// CIRCUIT: '#202020',
CIRCUIT: '#38302e',
}
} else {