From 2e0bab0f78e5d8c023916e03bddc157faffb343d Mon Sep 17 00:00:00 2001 From: Joe Fiorini Date: Wed, 13 May 2015 10:38:51 -0400 Subject: [PATCH] Add ansible-red back to colors --- awx/ui/static/js/shared/branding/colors.less | 1 + 1 file changed, 1 insertion(+) diff --git a/awx/ui/static/js/shared/branding/colors.less b/awx/ui/static/js/shared/branding/colors.less index 2bdc87d4eb..39c25cdd58 100644 --- a/awx/ui/static/js/shared/branding/colors.less +++ b/awx/ui/static/js/shared/branding/colors.less @@ -22,3 +22,4 @@ @red: #ff5850; @red-hover: #FA8C87; @red-focus: #FF1105; +@ansible-red: #FF5850;