diff --git a/web/app/src/App.vue b/web/app/src/App.vue index 0b0add50..ccac69af 100644 --- a/web/app/src/App.vue +++ b/web/app/src/App.vue @@ -91,7 +91,7 @@ export default { diff --git a/web/app/src/components/JobDetails.vue b/web/app/src/components/JobDetails.vue index f836dea9..be735c82 100644 --- a/web/app/src/components/JobDetails.vue +++ b/web/app/src/components/JobDetails.vue @@ -133,7 +133,7 @@ export default { } tr:hover { - background-color: lightgrey; + background-color: #333333; } tr.field-id td {