victor HF Staff commited on
Commit
84a4c26
·
1 Parent(s): 45a1f1d

style: Style inspect button to black background and white text

Browse files
Files changed (1) hide show
  1. index.html +5 -4
index.html CHANGED
@@ -233,13 +233,14 @@
233
  padding: 4px 8px;
234
  font-size: 0.8rem;
235
  cursor: pointer;
236
- background-color: var(--primary-color);
237
- color: white;
238
- border: none;
239
  border-radius: 4px;
 
240
  }
241
  .inspect-button:hover {
242
- opacity: 0.85;
243
  }
244
 
245
  /* Inspector Modal Styles */
 
233
  padding: 4px 8px;
234
  font-size: 0.8rem;
235
  cursor: pointer;
236
+ background-color: #000000;
237
+ color: #ffffff;
238
+ border: 1px solid #ffffff;
239
  border-radius: 4px;
240
+ transition: all 0.2s ease;
241
  }
242
  .inspect-button:hover {
243
+ background-color: #222222;
244
  }
245
 
246
  /* Inspector Modal Styles */