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-08-02 12:57:14 +02:00
committed by Kenzo
parent 9c7ecc97df
commit b215592292
+2 -1
View File
@@ -110,7 +110,8 @@ body {
font-style: italic; font-style: italic;
margin-top: 20px; margin-top: 20px;
padding: 10px; padding: 10px;
background-color: #3C2A26; background-color: #2F2F2F;
color: #fff;
border-radius: 5px; border-radius: 5px;
} }