l7nextdoor commited on
Commit
639a453
·
verified ·
1 Parent(s): dd16c75

when i hover on the book now button let it remain black

Browse files
Files changed (2) hide show
  1. customer-care.html +2 -3
  2. index.html +8 -8
customer-care.html CHANGED
@@ -166,9 +166,8 @@
166
  <span>I'd like to receive updates about my feedback</span>
167
  </label>
168
  </div>
169
-
170
- <button type="submit" class="bg-accent hover:bg-white hover:text-primary text-white font-bold py-3 px-6 rounded transition duration-300 w-full">
171
- Submit Feedback
172
  </button>
173
  </form>
174
  </div>
 
166
  <span>I'd like to receive updates about my feedback</span>
167
  </label>
168
  </div>
169
+ <button type="submit" class="bg-accent hover:bg-accent text-white font-bold py-3 px-6 rounded transition duration-300 w-full">
170
+ Submit Feedback
 
171
  </button>
172
  </form>
173
  </div>
index.html CHANGED
@@ -111,8 +111,8 @@
111
  <span>Windows Shined</span>
112
  </li>
113
  </ul>
114
- <button class="w-full bg-primary hover:bg-accent text-white py-2 rounded transition duration-300">
115
- Book Now
116
  </button>
117
  </div>
118
  </div>
@@ -150,8 +150,8 @@
150
  <span>$10 Off Next Service</span>
151
  </li>
152
  </ul>
153
- <button class="w-full bg-primary hover:bg-accent text-white py-2 rounded transition duration-300">
154
- Book Now
155
  </button>
156
  </div>
157
  </div>
@@ -184,8 +184,8 @@
184
  <span>Tire & Trim Shine (+$10)</span>
185
  </li>
186
  </ul>
187
- <button class="w-full bg-primary hover:bg-accent text-white py-2 rounded transition duration-300">
188
- Book Now
189
  </button>
190
  </div>
191
  </div>
@@ -222,8 +222,8 @@
222
  <span>Scent of Your Choice + $10 Off Next Service</span>
223
  </li>
224
  </ul>
225
- <button class="w-full bg-primary hover:bg-accent text-white py-2 rounded transition duration-300">
226
- Book Now
227
  </button>
228
  </div>
229
  </div>
 
111
  <span>Windows Shined</span>
112
  </li>
113
  </ul>
114
+ <button class="w-full bg-primary hover:bg-primary text-white py-2 rounded transition duration-300">
115
+ Book Now
116
  </button>
117
  </div>
118
  </div>
 
150
  <span>$10 Off Next Service</span>
151
  </li>
152
  </ul>
153
+ <button class="w-full bg-primary hover:bg-primary text-white py-2 rounded transition duration-300">
154
+ Book Now
155
  </button>
156
  </div>
157
  </div>
 
184
  <span>Tire & Trim Shine (+$10)</span>
185
  </li>
186
  </ul>
187
+ <button class="w-full bg-primary hover:bg-primary text-white py-2 rounded transition duration-300">
188
+ Book Now
189
  </button>
190
  </div>
191
  </div>
 
222
  <span>Scent of Your Choice + $10 Off Next Service</span>
223
  </li>
224
  </ul>
225
+ <button class="w-full bg-primary hover:bg-primary text-white py-2 rounded transition duration-300">
226
+ Book Now
227
  </button>
228
  </div>
229
  </div>