Allow the browser to just use it's normal links color

This commit is contained in:
R Tyler Croy 2021-05-16 07:42:57 -07:00
parent 1c08b898d3
commit d211e8fc08
No known key found for this signature in database
GPG Key ID: E5C92681BEF6CEA2
1 changed files with 0 additions and 4 deletions

View File

@ -26,10 +26,6 @@ body {
font-family: Courier, "Courier New", mono;
}
.apache-nav a:link, .apache-nav a:visited {
color: rgb(42, 122, 226);
}
.apache-nav a:hover {
color: #000;
}