Fix background

This commit is contained in:
Zach Graham 2023-08-03 21:40:39 -05:00
parent 2a2eba6643
commit 9ae3c20171
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
body {
background-color: antiquewhite;
height: 100%;
}
.navbar {
background-color: steelblue;
}