Fix link color in hero overlay

This commit is contained in:
Michael Rose 2016-06-06 22:28:51 -04:00
parent 9d27604578
commit 1b142507c3
2 changed files with 5 additions and 1 deletions

View file

@ -125,6 +125,10 @@
animation: intro 0.3s both;
animation-delay: 0.25s;
a {
color: #fff;
}
.wrapper {
padding-left: 1em;
padding-right: 1em;

File diff suppressed because one or more lines are too long