diff --git a/mirror-file-generator/templates/default/header.html b/mirror-file-generator/templates/default/header.html index 7535cea..9b6e408 100644 --- a/mirror-file-generator/templates/default/header.html +++ b/mirror-file-generator/templates/default/header.html @@ -29,7 +29,8 @@ padding-bottom: 40px; text-align: center; } - .repo-list a:link { + .repo-list a:link, + .repo-list a:visited { color: #000; text-decoration: none; } @@ -93,7 +94,8 @@ background-color: #1e1e1e; color: #e0e0e0; } - .repo-list a:link { + .repo-list a:link, + .repo-list a:visited { color: #e0e0e0; } .repo {