diff --git a/website/templates/includes/sidenav.html b/website/templates/includes/sidenav.html index e92179c7d..0c9d9899b 100644 --- a/website/templates/includes/sidenav.html +++ b/website/templates/includes/sidenav.html @@ -8,33 +8,43 @@ -ms-overflow-style: none; /* IE and Edge */ scrollbar-width: none; /* Firefox */ } + a:link { + color: black; + background-color: transparent; + text-decoration: none; + } a:hover { text-decoration: none; + color: red; } + a:visited { + color: black; + }