// this file was added my James Whatcott in an effort to affect the hyperlink hover color on timeline js (it's still a work in progress)

.tl-full-image-background .tl-text a:hover,
.tl-full-color-background .tl-text a:hover,
.tl-full-image-background .tl-text p a:hover,
.tl-full-color-background .tl-text p a:hover {
    color: blue !important;
}