Add files via upload
This commit is contained in:
@ -1,5 +1,12 @@
|
||||
function cambiarCSS(nuevo){
|
||||
//let css = true;
|
||||
//window.location.href = window.location.href + "?css=" + css;
|
||||
let highContrast;
|
||||
|
||||
if(highContrast === true){
|
||||
highContrast = false;
|
||||
} else {
|
||||
highContrast = true;
|
||||
}
|
||||
|
||||
//window.location.href += "?highContrast=" + highContrast;
|
||||
document.getElementById('estilo').setAttribute('href', nuevo);
|
||||
}
|
Reference in New Issue
Block a user