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:
@ -110,7 +110,8 @@ body {
|
||||
font-style: italic;
|
||||
margin-top: 20px;
|
||||
padding: 10px;
|
||||
background-color: #3C2A26;
|
||||
background-color: #2F2F2F;
|
||||
color: #fff;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user