Change footer from dark to light

This commit is contained in:
Michael Rose 2013-12-09 09:29:15 -05:00
parent 9990bc0441
commit 5e92dddf9f
3 changed files with 3 additions and 16 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -293,10 +293,7 @@ body {
.container();
.clearfix();
clear: both;
margin-top: 1em;
padding-top: 2em;
padding-bottom: 3em;
background-color: @black;
a,
a:active,
a:visited,
@ -304,19 +301,10 @@ body {
h4,
h5,
h6,
span {
color: darken(@white, 25);
}
span {
.font-rem(14);
}
a {
border-bottom: 0 solid transparent;
&:hover {
color: @white;
border-bottom: 0 solid transparent;
}
}
footer {
.grid(12,10);
.prefix(12,1);
@ -335,7 +323,6 @@ body {
}
li {
margin-bottom: 0;
color: @white;
}
}
.footer-icons {