From bd99921b28eceefc4771aaf47942116dff575b85 Mon Sep 17 00:00:00 2001 From: yadnesh7979 <157592337+yadnesh7979@users.noreply.github.com> Date: Mon, 29 Jan 2024 16:05:36 +0530 Subject: [PATCH] Update index.html --- templates/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 {