9 lines
137 B
SCSS
9 lines
137 B
SCSS
|
@import "variables";
|
||
|
|
||
|
footer {
|
||
|
background-color: $ff_color !important;
|
||
|
padding-top: 0 !important;
|
||
|
a {
|
||
|
color: $light_grey;
|
||
|
}
|
||
|
}
|