make footer links gray again
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Roxie Gibson 2022-01-13 10:03:57 +00:00
parent d6b96f6fd5
commit 5219c5f954
Signed by: roxxers
GPG Key ID: 5D0140EDEE123F4D
1 changed files with 2 additions and 2 deletions

View File

@ -122,13 +122,13 @@ nav strong{
margin-bottom: 20px !important;
}
.column a:link {
.column a:link, footer a:link {
color: #333;
background-color: transparent;
text-decoration: none;
}
.column a:visited {
.column a:visited, footer a:visited {
color: #333;
background-color: transparent;
text-decoration: none;