From 5b0fb7fa8a4da3a93089e9d4a15cc8aba4688954 Mon Sep 17 00:00:00 2001 From: Francesco Minnocci Date: Wed, 6 Apr 2022 22:39:34 +0200 Subject: [PATCH] Cleanup --- public/home.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/home.js b/public/home.js index c0d6cca..b8d3369 100644 --- a/public/home.js +++ b/public/home.js @@ -213,7 +213,6 @@ function getColors() { if (document.body.classList.contains('dark-mode')) { return { BACKGROUND: '#282828', - // CIRCUIT: '#202020', CIRCUIT: '#38302e', } } else { @@ -340,4 +339,4 @@ window.addEventListener('DOMContentLoaded', () => { setInterval(() => { update(); }, 1000 / 30); -}) \ No newline at end of file +})