blob: 16d3ff2bd8c59105abbdeae827a1a6a23cc78354 [file] [log] [blame]
// Footer styles
$footer-backgroud: #424242;
$footer-color: #fff;
$footer-link-color: #e0e0e0;
.footer {
margin-top: 40px;
background-color: $footer-backgroud;
color: $footer-color;
padding: 20px;
.text-muted {
color: $footer-link-color;
}
a {
color: $footer-link-color;
&:hover,
&:focus {
color: $footer-color;
text-decoration: none;
}
}
}