This repository has been archived on 2023-09-28. You can view files and clone it, but cannot push or open issues or pull requests.
|
@import "../utils/variables";
|
|
|
|
.footer {
|
|
padding: 15px;
|
|
text-align: center;
|
|
background-color: $backgroundDarker;
|
|
}
|
|
|
|
.footerLink {
|
|
color: $white;
|
|
} |