Style footer

This commit is contained in:
Justin Edmund 2024-07-12 17:35:38 -04:00
parent 141f196b7f
commit 242ac310b2
2 changed files with 7 additions and 0 deletions

View file

@ -65,6 +65,7 @@ $grey-100: #ffffff;
$grey-90: #f7f7f7;
$grey-80: #e8e8e8;
$grey-50: #b2b2b2;
$grey-40: #999999;
$grey-20: #666666;
$grey-00: #333333;

View file

@ -62,4 +62,10 @@
margin: 0;
padding: 0;
}
footer {
font-size: 0.85rem;
color: $grey-40;
text-align: center;
}
</style>