From c6457af989f5e2f6a90b1a8d3b1db041ac587c9d Mon Sep 17 00:00:00 2001 From: Nika Zhenya Date: Thu, 21 Mar 2019 16:26:00 -0600 Subject: [PATCH] Arreglo de estilo --- js/functions.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/functions.js b/js/functions.js index eec72c9..0c78aed 100644 --- a/js/functions.js +++ b/js/functions.js @@ -45,7 +45,7 @@ function mode (e) { } else { e.innerHTML = 'N'; document.body.classList.remove('black'); - change_color(el_section, 'black'); - change_color(el_footer, 'black'); + change_color(el_section, 'inherit'); + change_color(el_footer, 'inherit'); } }