Spaces:
Running
Running
style: Style inspect button to black background and white text
Browse files- 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:
|
237 |
-
color:
|
238 |
-
border:
|
239 |
border-radius: 4px;
|
|
|
240 |
}
|
241 |
.inspect-button:hover {
|
242 |
-
|
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 */
|