Add additional Highlights

This commit is contained in:
Mars Niermann 2023-03-08 10:16:52 +00:00
parent b7c8d7821d
commit 37f40a7bf2

View file

@ -154,6 +154,7 @@
if (curr.firstChild.firstChild !== null) {
if (curr.firstChild.firstChild.classList.contains("audiotrack")) {
curr.style.backgroundColor = "rgba(251, 73, 52, 0.7)"
curr.firstChild.style.backgroundColor = "#cc2412"
}
}