Changed name field label, higher footer constrast, contact link

This commit is contained in:
Maier
2020-04-09 15:57:42 -04:00
parent fb4284facb
commit 505d4b810b
4 changed files with 6 additions and 5 deletions

View File

@@ -315,12 +315,12 @@ html, body {
#footer p {
margin: 0 0 0 1em;
color: gray;
color: lightgray;
}
#footer a {
color: #bd2a2a;
text-decoration: #bd2a2a;
color: #d13d3d;
text-decoration: #d13d3d;
cursor: pointer;
margin: 0 0 0 1em;
}