3 lines
99 B
JavaScript
3 lines
99 B
JavaScript
|
function cambiarCSS(nuevo){
|
||
|
document.getElementById('estilo').setAttribute('href', nuevo);
|
||
|
}
|