This commit is contained in:
Mars Niermann 2023-03-08 10:22:06 +00:00
parent 49d0d3603b
commit aa331d4878

View file

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