Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
yadnesh7979 authored Jan 29, 2024
1 parent 48c2a69 commit bd99921
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit bd99921

Please sign in to comment.