Color update

This commit is contained in:
Madison Scott-Clary
2020-03-23 17:03:49 -07:00
parent f1fd428ae3
commit cac57a9ff8
7 changed files with 58 additions and 45 deletions

View File

@ -1,10 +1,10 @@
.main-footer {
padding: 15px 0;
background-color: #black;
background-color: $i-black;
.copyright {
text-align: center;
color: $light-purple;
color: $i-lighttan;
font-size: 16px;
}
}