Skip to content

Commit

Permalink
fix(jobs): color consistence
Browse files Browse the repository at this point in the history
  • Loading branch information
ElonH committed Jun 3, 2020
1 parent 1583a5a commit 8383cf6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/pages/jobs/jobs.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ import { ConnectionService } from '../connection.service';
padding-top: 1rem;
}
.active-group {
background-color: lightcoral;
background-color: #598bff88;
border-radius: 0.25rem;
}
.speed-body {
padding: 0;
Expand Down

0 comments on commit 8383cf6

Please sign in to comment.