From 31e47defde5f0918b2e0ad080a6ea4c864b16dce Mon Sep 17 00:00:00 2001 From: afc163 Date: Tue, 10 Nov 2015 18:24:06 +0800 Subject: [PATCH] modify tag blue color --- style/components/tag.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/components/tag.less b/style/components/tag.less index 8e55652fb3..4ad409397f 100644 --- a/style/components/tag.less +++ b/style/components/tag.less @@ -57,7 +57,7 @@ } &-blue { - background: @primary-color; + background: @link-color; } &-green { -- GitLab