Add files via upload

This commit is contained in:
Fernando Méndez
2021-05-11 23:07:30 +02:00
committed by GitHub
parent 3515a4a583
commit b6ea25caa1
12 changed files with 220 additions and 246 deletions

View File

@ -1,12 +1,3 @@
function cambiarCSS(nuevo){
let highContrast;
if(highContrast === true){
highContrast = false;
} else {
highContrast = true;
}
//window.location.href += "?highContrast=" + highContrast;
document.getElementById('estilo').setAttribute('href', nuevo);
document.getElementById('estilo').setAttribute('href', nuevo);
}