According to the Electronic Thesis and Dissertation Checklist under Sec. 2, Fonts and Text Readability, hyperlinks must be “must be underlined, and clearly distinguishable to meet color contrast requirements.” In its BibLaTeX implementation for reference formatting, this template does not meet this requirement, as it has the code
\usepackage[hidelinks,pdfusetitle]{hyperref}
in line 33. A possible fix is to use in its place
\usepackage[colorlinks=true, allcolors=cyan, pdfusetitle, linktocpage=true, pdfborderstyle={/S/U/W 1}, allbordercolors=cyan]{hyperref}
however there is still a small bug in this implementation, in that the underline color does not match the text color of the links when this is used.
According to the Electronic Thesis and Dissertation Checklist under Sec. 2, Fonts and Text Readability, hyperlinks must be “must be underlined, and clearly distinguishable to meet color contrast requirements.” In its BibLaTeX implementation for reference formatting, this template does not meet this requirement, as it has the code
in line 33. A possible fix is to use in its place
however there is still a small bug in this implementation, in that the underline color does not match the text color of the links when this is used.