From dc4b7cb49a075bdce4a6e55f789b991ee94fb529 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Thu, 19 Dec 2013 18:54:07 +0200 Subject: [PATCH] More visible title for Issues, MR etc --- app/assets/stylesheets/gitlab_bootstrap/blocks.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/gitlab_bootstrap/blocks.scss b/app/assets/stylesheets/gitlab_bootstrap/blocks.scss index 03dc7c6..9f5c4a1 100644 --- a/app/assets/stylesheets/gitlab_bootstrap/blocks.scss +++ b/app/assets/stylesheets/gitlab_bootstrap/blocks.scss @@ -72,10 +72,11 @@ .ui-box-head { .box-title { - font-size: 18px; - font-weight: normal; + font-size: 20px; + font-weight: 500; line-height: 28px; margin: 0; + color: #444; } h3 { margin: 0; -- libgit2 0.21.2