Update templates/menu.html

#2
Files changed (1) hide show
  1. templates/menu.html +5 -3
templates/menu.html CHANGED
@@ -38,11 +38,13 @@
38
  color: #6c757d;
39
  }
40
  .btn-primary {
41
- font-size: 0.9rem;
42
- border-radius: 20px;
 
43
  width: 100px;
44
  background-color: #0FAA39; /* Updated button background color */
45
  border-color: #28a745;
 
46
  }
47
  .btn-primary:hover {
48
  background-color: #0FAA39;
@@ -74,7 +76,7 @@
74
  justify-content: center;
75
  }
76
  .view-cart-button:hover {
77
- background-color: #e25a2a; /* Slightly darker shade for hover effect */
78
  text-decoration: none;
79
  }
80
  .avatar-dropdown-container {
 
38
  color: #6c757d;
39
  }
40
  .btn-primary {
41
+ font-size: 10px;
42
+ font-weight: bold;
43
+ border-radius: 5px;
44
  width: 100px;
45
  background-color: #0FAA39; /* Updated button background color */
46
  border-color: #28a745;
47
+
48
  }
49
  .btn-primary:hover {
50
  background-color: #0FAA39;
 
76
  justify-content: center;
77
  }
78
  .view-cart-button:hover {
79
+ background-color: #109835; /* Slightly darker shade for hover effect */
80
  text-decoration: none;
81
  }
82
  .avatar-dropdown-container {