diff --git a/templates/index.html b/templates/index.html
index dbe896d..d207d24 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -50,13 +50,13 @@
width: 100%;
margin-top: 15px; /* Add space above the button */
font-family: 'Oswald', sans-serif;
- background-color: #28a745; /* Green button background color */
- border-color: #28a745; /* Green button border color */
+ background-color: #a72828; /* Green button background color */
+ border-color: #a72833; /* Green button border color */
}
.btn-success:hover {
background-color: #218838; /* Darker green on hover */
- border-color: #1e7e34;
+ border-color: #0e0805;
}
table {