VIVE LAS POSADAS EN
MÁS INFORMACIÓN
MARAKAME
// Hover effect general
document.querySelectorAll(‘a’).forEach(a => {
a.addEventListener(‘mouseover’, () => {
if (a.querySelector(‘i’)) { // íconos sociales
a.style.color = ‘#cccccc’;
} else {
a.style.backgroundColor = ‘white’;
a.style.color = ‘black’;
}
});
a.addEventListener(‘mouseout’, () => {
a.style.backgroundColor = ‘transparent’;
a.style.color = ‘white’;
});
});
MÁS INFORMACIÓN
SAMURA CANCÚN
// Hover effect general
document.querySelectorAll(‘a’).forEach(a => {
a.addEventListener(‘mouseover’, () => {
if (a.querySelector(‘i’)) { // íconos sociales
a.style.color = ‘#cccccc’; // gris claro
} else {
a.style.backgroundColor = ‘white’;
a.style.color = ‘black’;
}
});
a.addEventListener(‘mouseout’, () => {
a.style.backgroundColor = ‘transparent’;
a.style.color = ‘white’;
});
});
MÁS INFORMACIÓN
SAMURA ISLA MUJERES
// Hover effect general
document.querySelectorAll(‘a’).forEach(a => {
a.addEventListener(‘mouseover’, () => {
if (a.querySelector(‘i’)) { // íconos sociales
a.style.color = ‘#cccccc’; // gris claro
} else {
a.style.backgroundColor = ‘white’;
a.style.color = ‘black’;
}
});
a.addEventListener(‘mouseout’, () => {
a.style.backgroundColor = ‘transparent’;
a.style.color = ‘white’;
});
});
MÁS INFORMACIÓN
TUCH
// Hover effect general
document.querySelectorAll(‘a’).forEach(a => {
a.addEventListener(‘mouseover’, () => {
if (a.querySelector(‘i’)) { // íconos sociales
a.style.color = ‘#cccccc’;
} else {
a.style.backgroundColor = ‘white’;
a.style.color = ‘black’;
}
});
a.addEventListener(‘mouseout’, () => {
a.style.backgroundColor = ‘transparent’;
a.style.color = ‘white’;
});
});
MÁS INFORMACIÓN
MUMMA
// Hover effect general
document.querySelectorAll(‘a’).forEach(a => {
a.addEventListener(‘mouseover’, () => {
if (a.querySelector(‘i’)) { // íconos sociales
a.style.color = ‘#cccccc’;
} else {
a.style.backgroundColor = ‘white’;
a.style.color = ‘black’;
}
});
a.addEventListener(‘mouseout’, () => {
a.style.backgroundColor = ‘transparent’;
a.style.color = ‘white’;
});
});
