change color, add font

This commit is contained in:
Wes Bryie 2022-02-14 11:04:26 -05:00 committed by GitHub
parent 171c6e169a
commit 95e0a9fcc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
<div id="middle"> <div id="middle">
</div> </div>
<div id="footer" class="ml-3 text-sm"> <div id="footer" class="ml-3 text-lg nunito">
<p>Made by Wes Bryie. 2022</p> <p>Made by Wes Bryie. 2022</p>
</div> </div>
</body> </body>

View File

@ -4,5 +4,5 @@
font-family: 'Nunito Sans', sans-serif; font-family: 'Nunito Sans', sans-serif;
} }
#footer { #footer {
background-color: lightslategray; background-color: lightgray;
} }