You can add one of the followings to the header of the Latex document to remove the colored box around the links.
\usepackage[hidelinks]{hyperref}
This will hide the box and the link will have no color.
\usepackage[colorlinks=true]{hyperref}