make footer links gray again
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
d6b96f6fd5
commit
5219c5f954
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user