diff --git a/awx/api/templates/api/stdout.html b/awx/api/templates/api/stdout.html index e7b9559812..4f4f5c3ea2 100644 --- a/awx/api/templates/api/stdout.html +++ b/awx/api/templates/api/stdout.html @@ -19,7 +19,7 @@ .ansi33 { color: #AA5500; } .ansi34 { color: #0000AA; } .ansi35 { color: #E850A8; } -.ansi36 { color: #00AAAA; } +.ansi36 { color: #2dbaba; } .ansi37 { color: #F5F1DE; } .ansi40 { background-color: #000000; } .ansi41 { background-color: #ff5850; } @@ -27,7 +27,7 @@ .ansi43 { background-color: #AA5500; } .ansi44 { background-color: #0000AA; } .ansi45 { background-color: #E850A8; } -.ansi46 { background-color: #00AAAA; } +.ansi46 { background-color: #2dbaba; } .ansi47 { background-color: #F5F1DE; } body.ansi_back pre { font-family: Monaco, Menlo, Consolas, "Courier New", monospace; diff --git a/awx/ui/client/src/shared/branding/colors.less b/awx/ui/client/src/shared/branding/colors.less index 6f65c1bdd7..6764ec9df1 100644 --- a/awx/ui/client/src/shared/branding/colors.less +++ b/awx/ui/client/src/shared/branding/colors.less @@ -13,7 +13,7 @@ @info-color: #3a87ad; @unreachable: #FF0000; @changed: #FF9900; // Ansible Changed -@skipped: #00aaaa; // Ansible Skipped +@skipped: #2dbaba; // Ansible Skipped @warning: #FF9900; @well: #f5f5f5; /* well background color */ @well-border: #e3e3e3;