From 156eb1fa3ae35ad4b1e9b0df6c42b2233257bb12 Mon Sep 17 00:00:00 2001 From: Dimitrie Hoekstra Date: Wed, 31 May 2017 10:54:32 +0000 Subject: Update badge-bg to improve contrast slightly --- app/assets/stylesheets/framework/variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/framework/variables.scss b/app/assets/stylesheets/framework/variables.scss index 68cccc8345d..975a4b40383 100644 --- a/app/assets/stylesheets/framework/variables.scss +++ b/app/assets/stylesheets/framework/variables.scss @@ -293,7 +293,7 @@ $btn-white-active: #848484; /* * Badges */ -$badge-bg: rgba(0, 0, 0, 0.05); +$badge-bg: rgba(0, 0, 0, 0.07); $badge-color: $gl-text-color-secondary; /* -- cgit v1.2.1