Skip to content

Commit

Permalink
Fix bad link color for optional footer
Browse files Browse the repository at this point in the history
The optional footer has a light background, so the link color override
should not apply to it.
  • Loading branch information
kabel committed Dec 23, 2015
1 parent e6a5b62 commit 7a06da8
Showing 1 changed file with 19 additions and 10 deletions.
29 changes: 19 additions & 10 deletions wdn/templates_4.1/less/layouts/footer.less
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,6 @@
border: none;
}

a {
color: @ui04;
text-decoration: none;

&:hover {
color: #fff;
}
}

p {
margin-top: 0;

Expand Down Expand Up @@ -50,7 +41,7 @@
color: @ui07;
}
}

span[role="heading"] {
display: block;
margin: 0 0 0.75em 0;
Expand Down Expand Up @@ -88,6 +79,15 @@
background: lighten(@ui09,2%) data-uri('../images/line-squares-tile.svg') center center repeat;
background-size: 2.532em;

a {
color: @ui04;
text-decoration: none;

&:hover {
color: #fff;
}
}

.wdn-footer-module {

@media @bp640 {
Expand Down Expand Up @@ -192,6 +192,15 @@
background-position: right -5% bottom -7.994em;
}

a {
color: @ui04;
text-decoration: none;

&:hover {
color: #fff;
}
}

.wdn-footer-module {

@media @bp480 {
Expand Down

0 comments on commit 7a06da8

Please sign in to comment.