Update footer styles for improved readability
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

- 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
parent 179de67386
commit 6120f04c95

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;
}