nagasurendra commited on
Commit
c7c2308
·
verified ·
1 Parent(s): 153efbf

Update templates/menu.html

Browse files
Files changed (1) hide show
  1. templates/menu.html +4 -0
templates/menu.html CHANGED
@@ -44,6 +44,10 @@
44
  background-color: #5bbfc1; !important; /* Green color */
45
  border-color: #28a745 !important;
46
  }
 
 
 
 
47
  .filter-container {
48
  margin-bottom: 15px;
49
  }
 
44
  background-color: #5bbfc1; !important; /* Green color */
45
  border-color: #28a745 !important;
46
  }
47
+ .btn-primary:hover {
48
+ background-color: #4a5d68; !important; /* Darker green on hover */
49
+ border-color: #1e7e34 !important;
50
+ }
51
  .filter-container {
52
  margin-bottom: 15px;
53
  }