summaryrefslogtreecommitdiff
path: root/yeti/variables.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2014-11-26 14:38:14 -0500
committerThomas Park <thomas@thomaspark.me>2014-11-26 14:38:14 -0500
commit564f017bc86e19be668e1f7c7e884653432467d6 (patch)
treec73e68577d6cbcd5af032080e7172b61a1f2076b /yeti/variables.less
parent53509481dd0818ee029ea8f03f20fc88f2471928 (diff)
yeti: set badge bg to brand-primary, closes #363
Diffstat (limited to 'yeti/variables.less')
-rw-r--r--yeti/variables.less4
1 files changed, 2 insertions, 2 deletions
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;