am I cooking? idk

This commit is contained in:
clashofclanselixircollector 2024-11-30 11:02:08 -08:00
parent f47f4bd868
commit 5099da2fe8

View File

@ -111,7 +111,7 @@ button:hover {
} }
.footer { .footer {
background-color: #444; /* Dark gray color for footer */ background-color: #32b3bb; /*Winter color for footer */
color: white; /* Light text color for footer */ color: white; /* Light text color for footer */
padding: 10px; padding: 10px;
text-align: center; text-align: center;
@ -130,7 +130,6 @@ button:hover {
.footer button { .footer button {
color: white; color: white;
padding: 10px 20px; padding: 10px 20px;
padding-bottom: 25px !important;
font-size: 16px; font-size: 16px;
cursor: pointer; cursor: pointer;
border: none; border: none;