Fix link color in hero overlay
This commit is contained in:
parent
9d27604578
commit
1b142507c3
2 changed files with 5 additions and 1 deletions
|
@ -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
Loading…
Reference in a new issue