Add additional Highlights
This commit is contained in:
parent
37f40a7bf2
commit
65d48de836
1 changed files with 2 additions and 0 deletions
|
|
@ -74,6 +74,8 @@
|
||||||
}`;
|
}`;
|
||||||
// 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)"
|
||||||
|
curr.firstChild.style.backgroundColor = "#458588"
|
||||||
};
|
};
|
||||||
//Return complete element
|
//Return complete element
|
||||||
return el;
|
return el;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue