This commit is contained in:
Mars Niermann 2023-03-08 10:22:47 +00:00
parent aa331d4878
commit 5f0c70f670

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)"
this.parentElement.firstChild.firstChild.style.backgroundColor = "rgba(69, 133, 136, 0.5)"
this.parentElement.firstChild.style.backgroundColor = "rgba(69, 133, 136, 0.5)"
};
//Return complete element
return el;