mirror of
https://github.com/moparisthebest/www.moparscape.org
synced 2024-11-13 12:55:08 -05:00
12 lines
266 B
SCSS
12 lines
266 B
SCSS
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; } } }
|