Fixing footer color someone ruined

Signed-off-by: PrestonT500 <preston@eaglercraft.win>
This commit is contained in:
PrestonT500 2025-01-09 12:02:12 -08:00
parent 4d227d07fe
commit f85d83eb7f

View File

@ -114,7 +114,7 @@ button:hover {
}
.footer {
background-color: #010101;
background-color: #808080;
color: white; /* Light text color for footer */
padding: 10px;
text-align: center;