Default dark mode

This commit is contained in:
Madison Scott-Clary
2019-06-08 00:39:10 -07:00
parent f65c6f7033
commit 29be060697
12 changed files with 118 additions and 116 deletions

View File

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