Basic footer colors.

This commit is contained in:
Paulo Reis 2017-10-05 16:35:27 +01:00
parent 8b98455674
commit 3c662f6d05

View file

@ -1,4 +1,5 @@
footer.site-footer {
background-color: @footer-bg-color;
border-top: 1px solid @gray-lighter;
padding: 2em;
font-size: 0.9rem;
@ -22,6 +23,14 @@ footer.site-footer {
vertical-align: text-bottom;
}
}
a {
color: @footer-link-color;
&:hover,
&:focus {
color: @footer-link-hover-color;
}
}
}
.sprite-icon-lang {