From 564f017bc86e19be668e1f7c7e884653432467d6 Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Wed, 26 Nov 2014 14:38:14 -0500 Subject: yeti: set badge bg to brand-primary, closes #363 --- yeti/variables.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'yeti/variables.less') diff --git a/yeti/variables.less b/yeti/variables.less index dbf1c723..af51f2f4 100644 --- a/yeti/variables.less +++ b/yeti/variables.less @@ -757,10 +757,10 @@ // //## -@badge-color: #777; +@badge-color: #fff; //** Linked badge text color on hover @badge-link-hover-color: #fff; -@badge-bg: @btn-default-bg; +@badge-bg: @btn-primary-bg; //** Badge text color in active nav link @badge-active-color: @link-color; -- cgit v1.2.3