From d767e7a1816fc7a831f39044816b38e99fd09770 Mon Sep 17 00:00:00 2001 From: Phil Hughes <me@iamphill.com> Date: Wed, 2 Mar 2016 15:05:49 +0000 Subject: [PATCH] Changed weight of labels --- app/assets/stylesheets/framework/forms.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/framework/forms.scss b/app/assets/stylesheets/framework/forms.scss index 85ec5f1e5f3..6c08005812e 100644 --- a/app/assets/stylesheets/framework/forms.scss +++ b/app/assets/stylesheets/framework/forms.scss @@ -71,7 +71,7 @@ label { } &.label-light { - font-weight: normal; + font-weight: 600; } } -- GitLab