You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
footer {
|
|
@include background(linear-gradient(darken($body-bg, 5), $body-bg));
|
|
//color: $footer-color;
|
|
//border-top: 10px solid $footer-bg;
|
|
padding: 15px 0;
|
|
position: relative;
|
|
z-index: 2;
|
|
a {
|
|
color: #dddddd;
|
|
&:hover {
|
|
color: white; } } }
|