Update footer styles for improved readability

- Changed `background-color` to a darker shade for better contrast.
- Added white text color for enhanced visibility.
This commit is contained in:
2025-07-15 21:32:57 +02:00
committed by k
parent 9c7ecc97df
commit b215592292

View File

@ -110,7 +110,8 @@ body {
font-style: italic;
margin-top: 20px;
padding: 10px;
background-color: #3C2A26;
background-color: #2F2F2F;
color: #fff;
border-radius: 5px;
}