8 lines
108 B
SCSS
8 lines
108 B
SCSS
@import "variables";
|
|
|
|
footer {
|
|
background-color: $ff_color !important;
|
|
a {
|
|
color: $light_grey;
|
|
}
|
|
} |