This commit is contained in:
Mars Niermann 2023-03-08 10:20:54 +00:00
parent 65d48de836
commit ee10f4529d

View file

@ -75,7 +75,7 @@
// Add style element to document head
document.head.appendChild(style);
this.parentElement.style.backgroundColor = "rgba(131, 165, 152, 0.3)"
curr.firstChild.style.backgroundColor = "#458588"
this.firstChild.style.backgroundColor = "#458588"
};
//Return complete element
return el;