Merge pull request #14164 from loma-one/develop

Colour for fading in a comment adjusted
This commit is contained in:
Hypolite Petovan 2024-05-16 11:14:26 -04:00 committed by GitHub
commit 570de6a91a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -741,8 +741,8 @@ function scrollToItem(elementId) {
}
// Define the colors which are used for highlighting
var colWhite = { backgroundColor: "#F5F5F5" };
var colShiny = { backgroundColor: "#FFF176" };
var colWhite = { backgroundColor: "#7f7f7f" };
var colShiny = { backgroundColor: "#7e763a" };
// Get the Item Position (we need to substract 100 to match correct position
var itemPos = $el.offset().top - 100;