diff --git a/awx/ui/client/src/job-detail/job-detail.block.less b/awx/ui/client/src/job-detail/job-detail.block.less index 101d541985..c25f167be1 100644 --- a/awx/ui/client/src/job-detail/job-detail.block.less +++ b/awx/ui/client/src/job-detail/job-detail.block.less @@ -9,7 +9,7 @@ } .JobDetail-panelHeaderText{ - color: #848992; + color: @default-interface-txt; flex: 1 0 auto; font-size: 14px; font-weight: bold; @@ -18,7 +18,7 @@ } .JobDetail-panelHeaderText:hover{ - color: #848992; + color: @default-interface-txt; font-size: 14px; font-weight: bold; margin-right: 10px; @@ -26,7 +26,7 @@ } .JobDetail-expandArrow{ - color: #d7d7d7; + color: @default-icon-hov; font-size: 14px; font-weight: bold; margin-right: 10px; @@ -46,7 +46,7 @@ } .JobDetail-resultRow label{ - color: #848992; + color: @default-interface-txt; font-size: 14px; font-weight: normal!important; flex: 1 0 auto;