fix under

This commit is contained in:
user 2024-10-19 18:28:38 +02:00
parent 820f9d0ad3
commit 88a42e9ff4
1 changed files with 4 additions and 4 deletions

View File

@ -150,8 +150,8 @@ body {
footer.footer {
width: 100%;
padding: 20px 0;
background-color: grey;
color: #555;
background-color: whitesmoke;
color: black;
}
.footer-container {
@ -186,8 +186,8 @@ footer.footer {
.footer-right p {
margin: 5px 0;
font-size: 14px;
color: #333;
background-color: #555;
color: black;
background-color: whitesmoke;
}