Update footer styles for improved readability
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
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:
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user