From 816ff2a3bc26750c6e19f5cc657f7c040e04c3a4 Mon Sep 17 00:00:00 2001 From: 梁灏 Date: Thu, 23 Feb 2017 13:55:25 +0800 Subject: [PATCH] change error color --- src/styles/custom.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/custom.less b/src/styles/custom.less index fb3367f..87649eb 100644 --- a/src/styles/custom.less +++ b/src/styles/custom.less @@ -7,7 +7,7 @@ @info-color : #2db7f5; @success-color : #00cc66; @warning-color : #ff9900; -@error-color : #ff5500; +@error-color : #ff3300; @link-color : #3399ff; @link-hover-color : tint(@link-color, 20%); @link-active-color : shade(@link-color, 5%); -- libgit2 0.21.4