From 89058f385b13badc6c14b79bef4cdad23a03efc6 Mon Sep 17 00:00:00 2001 From: Federico Zivolo Date: Wed, 20 Aug 2014 13:39:51 +0200 Subject: [PATCH] Set info color to lightblue. --- variables.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.less b/variables.less index d438e676..a5ae39df 100644 --- a/variables.less +++ b/variables.less @@ -24,7 +24,7 @@ // Bootstrap shades @primary: #4285F4; @success: #0F9D58; -@info: #3498DB; +@info: @lightblue; @warning: @deeporange; @danger: @red;