Arreglo de estilo

This commit is contained in:
Nika Zhenya 2019-03-21 16:26:00 -06:00
parent 2206f602d0
commit c6457af989
1 changed files with 2 additions and 2 deletions

View File

@ -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');
}
}