Adjust colouring

This commit is contained in:
Fred Boniface 2022-10-07 21:11:40 +01:00
parent 31476bdec8
commit e0890b77a9
1 changed files with 3 additions and 5 deletions

View File

@ -8,16 +8,18 @@ body {
color: #eeeeee;
padding-top: 50px;
width: 95%;
margin: auto;
}
.page-main-content {
text-align: center;
color: #f0f0f0f0;
width: 95%;
margin: auto;
}
footer {
background-color: #333;
background-color: rgb(61, 61, 61);
color: #eeeeee;
text-align: center;
width: 100%;
@ -26,10 +28,6 @@ footer {
left: 0;
}
footer p {
width: 95%;
}
/* NAVBAR STYLING BELOW */