Spaces:
Running
Running
style: Use highlight color for request inspector hover effect
Browse files- index.html +1 -1
index.html
CHANGED
@@ -216,7 +216,7 @@
|
|
216 |
z-index: 1;
|
217 |
}
|
218 |
tbody tr:hover {
|
219 |
-
background-color:
|
220 |
}
|
221 |
.error-count, .status-error {
|
222 |
color: var(--danger-color);
|
|
|
216 |
z-index: 1;
|
217 |
}
|
218 |
tbody tr:hover {
|
219 |
+
background-color: var(--highlight-color);
|
220 |
}
|
221 |
.error-count, .status-error {
|
222 |
color: var(--danger-color);
|