From 8d1ff8e6aef204128b0f4cf7fde83fdacfdf0360 Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Mon, 27 Jul 2015 12:49:22 +0930 Subject: [PATCH] Update alert colors --- less/lib/variables.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/less/lib/variables.less b/less/lib/variables.less index 4ddedf3ab..4e3da2391 100755 --- a/less/lib/variables.less +++ b/less/lib/variables.less @@ -62,10 +62,10 @@ @hero-color: @control-color; @hero-muted-color: @control-color; -@alert-bg: yellow; -@alert-color: black; +@alert-bg: #fff2ae; +@alert-color: #ad6c00; -@alert-error-bg: red; +@alert-error-bg: #d83e3e; @alert-error-color: #fff; .define-header(@config-colored-header);